removed duplicated test config.
This commit is contained in:
parent
905e8ea4bc
commit
64bb3cde39
@ -8,9 +8,6 @@ return yii\helpers\ArrayHelper::merge(
|
|||||||
'db' => [
|
'db' => [
|
||||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
|
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
|
||||||
],
|
],
|
||||||
'mail' => [
|
|
||||||
'useFileTransport' => true,
|
|
||||||
],
|
|
||||||
'urlManager' => [
|
'urlManager' => [
|
||||||
'showScriptName' => true,
|
'showScriptName' => true,
|
||||||
],
|
],
|
||||||
|
@ -12,9 +12,6 @@ return yii\helpers\ArrayHelper::merge(
|
|||||||
'db' => [
|
'db' => [
|
||||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
||||||
],
|
],
|
||||||
'mail' => [
|
|
||||||
'useFileTransport' => true,
|
|
||||||
],
|
|
||||||
'urlManager' => [
|
'urlManager' => [
|
||||||
'showScriptName' => true,
|
'showScriptName' => true,
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user