Ver Fonte

removed duplicated test config.

Qiang Xue há 12 anos atrás
pai
commit
64bb3cde39
2 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 3
      tests/acceptance/_config.php
  2. 0 3
      tests/functional/_config.php

+ 0 - 3
tests/acceptance/_config.php

@@ -8,9 +8,6 @@ return yii\helpers\ArrayHelper::merge(
 			'db' => [
 				'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
 			],
-			'mail' => [
-				'useFileTransport' => true,
-			],
 			'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',
 			],
-			'mail' => [
-				'useFileTransport' => true,
-			],
 			'urlManager' => [
 				'showScriptName' => true,
 			],