소스 검색

fixed fixture controller config for applications

Mark Ragazzo 11 년 전
부모
커밋
995c79103d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/codeception/bin/yii

+ 2 - 1
tests/codeception/bin/yii

@@ -18,7 +18,8 @@ $config = yii\helpers\ArrayHelper::merge(
             'fixture' => [
                 'class' => 'yii\faker\FixtureController',
                 'fixtureDataPath' => '@tests/codeception/fixtures',
-                'templatePath' => '@tests/codeception/templates'
+                'templatePath' => '@tests/codeception/templates',
+                'namespace' => 'tests\codeception\fixtures',
             ],
         ],
     ]