소스 검색

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',