From cea040a7cd327c52d6dbac22673dffc84731ad75 Mon Sep 17 00:00:00 2001 From: githubjeka Date: Thu, 29 Jan 2015 15:20:45 +0300 Subject: [PATCH] To fix break test --- tests/codeception/config/config.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/codeception/config/config.php b/tests/codeception/config/config.php index e949051..ffc416b 100644 --- a/tests/codeception/config/config.php +++ b/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' => [