Browse Source

Merge pull request #2680 from ZhandosKz/patch-1

fixed application config for unit test
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
d1a5c85472
  1. 3
      apps/advanced/common/tests/unit/_config.php

3
apps/advanced/common/tests/unit/_config.php

@ -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__),
]
);

Loading…
Cancel
Save