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

This commit is contained in:
Qiang Xue 2013-12-29 10:31:34 -05:00
parent 6a4f31a69f
commit ab34eaa4f9
2 changed files with 6 additions and 0 deletions

View File

@ -9,5 +9,8 @@ return ArrayHelper::merge($config, [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
],
'urlManager' => [
'showScriptName' => true,
],
],
]);

View File

@ -13,5 +13,8 @@ return ArrayHelper::merge($config, [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
],
'urlManager' => [
'showScriptName' => true,
],
],
]);