Procházet zdrojové kódy

fixed fixture controller config for applications

Mark Ragazzo před 11 roky
rodič
revize
995c79103d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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',
             ],
         ],
     ]