Commit d1a5c854 by Carsten Brandt

Merge pull request #2680 from ZhandosKz/patch-1

fixed application config for unit test
parents d4e0bb74 9efcde3a
......@@ -9,7 +9,8 @@ return yii\helpers\ArrayHelper::merge(
'db' => [
'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