fixed fixture controller config for applications

This commit is contained in:
Mark Ragazzo 2014-11-07 23:20:03 +04:00
parent c6908c8b43
commit 995c79103d

View File

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