Преглед изворни кода

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,
         ],