fixed fixture controller config for applications
This commit is contained in:
parent
c6908c8b43
commit
995c79103d
@ -18,7 +18,8 @@ $config = yii\helpers\ArrayHelper::merge(
|
|||||||
'fixture' => [
|
'fixture' => [
|
||||||
'class' => 'yii\faker\FixtureController',
|
'class' => 'yii\faker\FixtureController',
|
||||||
'fixtureDataPath' => '@tests/codeception/fixtures',
|
'fixtureDataPath' => '@tests/codeception/fixtures',
|
||||||
'templatePath' => '@tests/codeception/templates'
|
'templatePath' => '@tests/codeception/templates',
|
||||||
|
'namespace' => 'tests\codeception\fixtures',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user