Просмотр исходного кода

Merge pull request #9 from githubjeka/patch-1

Set en language in test
Carsten Brandt 10 лет назад
Родитель
Сommit
168b380182
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/codeception/config/config.php

+ 1 - 0
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',