mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
Merge pull request #1720 from dizews/move-urlmanager-into-common-config
move showScriptName into the common config of tests
This commit is contained in:
@@ -7,5 +7,8 @@ return [
|
|||||||
'mail' => [
|
'mail' => [
|
||||||
'useFileTransport' => true,
|
'useFileTransport' => true,
|
||||||
],
|
],
|
||||||
|
'urlManager' => [
|
||||||
|
'showScriptName' => true,
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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(
|
|||||||
'db' => [
|
'db' => [
|
||||||
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
|
||||||
],
|
],
|
||||||
'urlManager' => [
|
|
||||||
'showScriptName' => true,
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user