فهرست منبع

move showScriptName into the common config of tests

Vladimir Zbrailov 12 سال پیش
والد
کامیت
ae60df4599
3فایلهای تغییر یافته به همراه3 افزوده شده و 6 حذف شده
  1. 3 0
      tests/_config.php
  2. 0 3
      tests/acceptance/_config.php
  3. 0 3
      tests/functional/_config.php

+ 3 - 0
tests/_config.php

@@ -7,5 +7,8 @@ return [
 		'mail' => [
 			'useFileTransport' => true,
 		],
+		'urlManager' => [
+			'showScriptName' => true,
+		],
 	],
 ];

+ 0 - 3
tests/acceptance/_config.php

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

+ 0 - 3
tests/functional/_config.php

@@ -12,9 +12,6 @@ return yii\helpers\ArrayHelper::merge(
 			'db' => [
 				'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
 			],
-			'urlManager' => [
-				'showScriptName' => true,
-			],
 		],
 	]
 );