Browse Source

fixed fixture controller config for applications

Mark Ragazzo 11 years ago
parent
commit
995c79103d
1 changed files with 2 additions and 1 deletions
  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',
             ],
         ],
     ]