Merge pull request #9 from githubjeka/patch-1

Set en language in test
This commit is contained in:
Carsten Brandt 2015-05-13 13:45:14 +02:00
commit 168b380182

View File

@ -3,6 +3,7 @@
* Application configuration shared by all test types * Application configuration shared by all test types
*/ */
return [ return [
'language' => 'en-US',
'controllerMap' => [ 'controllerMap' => [
'fixture' => [ 'fixture' => [
'class' => 'yii\faker\FixtureController', 'class' => 'yii\faker\FixtureController',