first commit
This commit is contained in:
13
environments/dev/common/config/test-local.php
Normal file
13
environments/dev/common/config/test-local.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return yii\helpers\ArrayHelper::merge(
|
||||
require __DIR__ . '/main.php',
|
||||
require __DIR__ . '/main-local.php',
|
||||
require __DIR__ . '/test.php',
|
||||
[
|
||||
'components' => [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2advanced_test',
|
||||
]
|
||||
],
|
||||
]
|
||||
);
|
Reference in New Issue
Block a user