To fix break test

This commit is contained in:
githubjeka
2015-01-29 15:20:45 +03:00
parent c0f116707f
commit 2ef29fadf5
2 changed files with 12 additions and 16 deletions

View File

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

View File

@ -3,7 +3,6 @@
* Application configuration shared by all test types
*/
return [
[
'controllerMap' => [
'fixture' => [
'class' => 'yii\faker\FixtureController',
@ -12,7 +11,6 @@ return [
'namespace' => 'tests\codeception\fixtures',
],
],
],
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_tests',