diff --git a/config/test.php b/config/test.php index ac86b51..a097417 100644 --- a/config/test.php +++ b/config/test.php @@ -14,6 +14,12 @@ 'mailer' => [ 'useFileTransport' => true, ], + 'assetManager' => [ + 'basePath' => __DIR__ . '/../web/assets', + ], + 'urlManager' => [ + 'showScriptName' => true, + ], 'request' => [ 'cookieValidationKey' => 'test', 'enableCsrfValidation' => false,