diff --git a/config/test.php b/config/test.php index a23616e..a92c2fc 100644 --- a/config/test.php +++ b/config/test.php @@ -14,6 +14,9 @@ return [ 'mailer' => [ 'useFileTransport' => true, ], + 'assetManager' => [ + 'basePath' => __DIR__ . '/../web/assets', + ], 'urlManager' => [ 'showScriptName' => true, ],