Commit 9fd94872 by Qiang Xue

Merge pull request #1720 from dizews/move-urlmanager-into-common-config

move showScriptName into the common config of tests
parents 90d5e5cf b9855a45
...@@ -7,5 +7,8 @@ return [ ...@@ -7,5 +7,8 @@ return [
'mail' => [ 'mail' => [
'useFileTransport' => true, 'useFileTransport' => true,
], ],
'urlManager' => [
'showScriptName' => true,
],
], ],
]; ];
...@@ -8,9 +8,6 @@ return yii\helpers\ArrayHelper::merge( ...@@ -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',
], ],
'urlManager' => [
'showScriptName' => true,
],
], ],
] ]
); );
...@@ -12,9 +12,6 @@ return yii\helpers\ArrayHelper::merge( ...@@ -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',
], ],
'urlManager' => [
'showScriptName' => true,
],
], ],
] ]
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment