瀏覽代碼

Merge pull request #9 from githubjeka/patch-1

Set en language in test
Carsten Brandt 10 年之前
父節點
當前提交
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',