Skip to content

Commit

Permalink
update assets folder path in test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-chepurnoi committed Dec 21, 2016
1 parent 74f2dcb commit 98542d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
'mailer' => [
'useFileTransport' => true,
],
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
'request' => [
'cookieValidationKey' => 'test',
'enableCsrfValidation' => false,
Expand Down

0 comments on commit 98542d7

Please sign in to comment.