Fixes #1685: UrlManager::showScriptName should be set true for tests.
This commit is contained in:
parent
6a4f31a69f
commit
ab34eaa4f9
@ -9,5 +9,8 @@ return ArrayHelper::merge($config, [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
@ -13,5 +13,8 @@ return ArrayHelper::merge($config, [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user