소스 검색

To fix create @webroot (#95)

https://github.com/Codeception/Codeception/issues/3706
Evgeniy Tkachenko 9 년 전
부모
커밋
679887a988
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      config/test.php

+ 3 - 0
config/test.php

@@ -14,6 +14,9 @@ return [
         'mailer' => [
             'useFileTransport' => true,
         ],
+        'assetManager' => [            
+            'basePath' => __DIR__ . '/../web/assets',
+        ],
         'urlManager' => [
             'showScriptName' => true,
         ],