Commit e16c4858 by Qiang Xue

Fixes #1685: UrlManager::showScriptName should be set true for tests.

parent 60dd8d16
...@@ -9,5 +9,8 @@ return ArrayHelper::merge($config, [ ...@@ -9,5 +9,8 @@ return ArrayHelper::merge($config, [
'db' => [ 'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance', 'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
], ],
'urlManager' => [
'showScriptName' => true,
],
], ],
]); ]);
...@@ -13,5 +13,8 @@ return ArrayHelper::merge($config, [ ...@@ -13,5 +13,8 @@ return ArrayHelper::merge($config, [
'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