From ff0a3944bfb5edfd38fa8989603778178f186191 Mon Sep 17 00:00:00 2001 From: Evgeniy Tkachenko Date: Wed, 13 May 2015 14:14:06 +0300 Subject: [PATCH] Update config.php --- tests/codeception/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/codeception/config/config.php b/tests/codeception/config/config.php index ffc416b..d4e1f77 100644 --- a/tests/codeception/config/config.php +++ b/tests/codeception/config/config.php @@ -3,6 +3,7 @@ * Application configuration shared by all test types */ return [ + 'language' => 'en-US', 'controllerMap' => [ 'fixture' => [ 'class' => 'yii\faker\FixtureController',