From 2ef29fadf53952047393d812a566616c1492f46a Mon Sep 17 00:00:00 2001 From: githubjeka Date: Thu, 29 Jan 2015 15:20:45 +0300 Subject: [PATCH] To fix break test --- apps/advanced/tests/codeception/config/config.php | 14 ++++++-------- apps/basic/tests/codeception/config/config.php | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/apps/advanced/tests/codeception/config/config.php b/apps/advanced/tests/codeception/config/config.php index e18ee3f18a..6ebf80bff1 100644 --- a/apps/advanced/tests/codeception/config/config.php +++ b/apps/advanced/tests/codeception/config/config.php @@ -3,14 +3,12 @@ * Application configuration shared by all applications and test types */ return [ - [ - 'controllerMap' => [ - 'fixture' => [ - 'class' => 'yii\faker\FixtureController', - 'fixtureDataPath' => '@tests/codeception/common/fixtures/data', - 'templatePath' => '@tests/codeception/common/templates/fixtures', - 'namespace' => 'tests\codeception\common\fixtures', - ], + 'controllerMap' => [ + 'fixture' => [ + 'class' => 'yii\faker\FixtureController', + 'fixtureDataPath' => '@tests/codeception/common/fixtures/data', + 'templatePath' => '@tests/codeception/common/templates/fixtures', + 'namespace' => 'tests\codeception\common\fixtures', ], ], 'components' => [ diff --git a/apps/basic/tests/codeception/config/config.php b/apps/basic/tests/codeception/config/config.php index e949051f26..ffc416bc6f 100644 --- a/apps/basic/tests/codeception/config/config.php +++ b/apps/basic/tests/codeception/config/config.php @@ -3,14 +3,12 @@ * Application configuration shared by all test types */ return [ - [ - 'controllerMap' => [ - 'fixture' => [ - 'class' => 'yii\faker\FixtureController', - 'fixtureDataPath' => '@tests/codeception/fixtures', - 'templatePath' => '@tests/codeception/templates', - 'namespace' => 'tests\codeception\fixtures', - ], + 'controllerMap' => [ + 'fixture' => [ + 'class' => 'yii\faker\FixtureController', + 'fixtureDataPath' => '@tests/codeception/fixtures', + 'templatePath' => '@tests/codeception/templates', + 'namespace' => 'tests\codeception\fixtures', ], ], 'components' => [