Browse Source

To fix create @webroot (#95)

https://github.com/Codeception/Codeception/issues/3706
Evgeniy Tkachenko 9 năm trước cách đây
mục cha
commit
679887a988
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,
         ],