Commit 9efcde3a by Zhandos

Update _config.php

fixed application config for unit test
parent f7a5c29e
...@@ -9,7 +9,8 @@ return yii\helpers\ArrayHelper::merge( ...@@ -9,7 +9,8 @@ return yii\helpers\ArrayHelper::merge(
'db' => [ 'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_unit', 'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_unit',
], ],
'id' => 'app-common',
], ],
'id' => 'app-common',
'basePath' => dirname(__DIR__),
] ]
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment