浏览代码

Update config.php

Evgeniy Tkachenko 10 年之前
父节点
当前提交
ff0a3944bf
共有 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',