Skip to content

Commit 98542d7

Browse files
author
igor-chepurnoi
committed
update assets folder path in test.php
1 parent 74f2dcb commit 98542d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/test.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
'mailer' => [
1515
'useFileTransport' => true,
1616
],
17+
'assetManager' => [
18+
'basePath' => __DIR__ . '/../web/assets',
19+
],
20+
'urlManager' => [
21+
'showScriptName' => true,
22+
],
1723
'request' => [
1824
'cookieValidationKey' => 'test',
1925
'enableCsrfValidation' => false,

0 commit comments

Comments
 (0)