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

fixed fixture controller config for applications

Mark Ragazzo 11 лет назад
Родитель
Сommit
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',
             ],
         ],
     ]