move showScriptName into the common config of tests
This commit is contained in:
parent
9bb1a4d0b3
commit
ae60df4599
@ -7,5 +7,8 @@ return [
|
||||
'mail' => [
|
||||
'useFileTransport' => true,
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
@ -8,9 +8,6 @@ return yii\helpers\ArrayHelper::merge(
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
],
|
||||
]
|
||||
);
|
||||
|
@ -12,9 +12,6 @@ return yii\helpers\ArrayHelper::merge(
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
],
|
||||
]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user