Commit 2ef29fad by githubjeka

To fix break test

parent c0f11670
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
* Application configuration shared by all applications and test types * Application configuration shared by all applications and test types
*/ */
return [ return [
[
'controllerMap' => [ 'controllerMap' => [
'fixture' => [ 'fixture' => [
'class' => 'yii\faker\FixtureController', 'class' => 'yii\faker\FixtureController',
...@@ -12,7 +11,6 @@ return [ ...@@ -12,7 +11,6 @@ return [
'namespace' => 'tests\codeception\common\fixtures', 'namespace' => 'tests\codeception\common\fixtures',
], ],
], ],
],
'components' => [ 'components' => [
'db' => [ 'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_tests', 'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_tests',
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
* Application configuration shared by all test types * Application configuration shared by all test types
*/ */
return [ return [
[
'controllerMap' => [ 'controllerMap' => [
'fixture' => [ 'fixture' => [
'class' => 'yii\faker\FixtureController', 'class' => 'yii\faker\FixtureController',
...@@ -12,7 +11,6 @@ return [ ...@@ -12,7 +11,6 @@ return [
'namespace' => 'tests\codeception\fixtures', 'namespace' => 'tests\codeception\fixtures',
], ],
], ],
],
'components' => [ 'components' => [
'db' => [ 'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_tests', 'dsn' => 'mysql:host=localhost;dbname=yii2_basic_tests',
......
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