|
@@ -5,10 +5,6 @@ return yii\helpers\ArrayHelper::merge(
|
|
|
require(__DIR__ . '/../_config.php'),
|
|
require(__DIR__ . '/../_config.php'),
|
|
|
[
|
|
[
|
|
|
'components' => [
|
|
'components' => [
|
|
|
- 'fixture' => [
|
|
|
|
|
- 'class' => 'yii\test\DbFixtureManager',
|
|
|
|
|
- 'basePath' => '@tests/unit/fixtures',
|
|
|
|
|
- ],
|
|
|
|
|
'db' => [
|
|
'db' => [
|
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_unit',
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_unit',
|
|
|
],
|
|
],
|