Commit b4719001 by Qiang Xue

removed duplicated test config.

parent 89afcdec
......@@ -8,9 +8,6 @@ return yii\helpers\ArrayHelper::merge(
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_acceptance',
],
'mail' => [
'useFileTransport' => true,
],
'urlManager' => [
'showScriptName' => true,
],
......
......@@ -12,9 +12,6 @@ return yii\helpers\ArrayHelper::merge(
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
],
'mail' => [
'useFileTransport' => true,
],
'urlManager' => [
'showScriptName' => true,
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment