removed duplicated test config.

This commit is contained in:
Qiang Xue 2013-12-30 10:15:15 -05:00
parent 905e8ea4bc
commit 64bb3cde39
2 changed files with 0 additions and 6 deletions

View File

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

View File

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