mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 10:09:40 +08:00
Merge pull request #5968 from Ragazzo/applications_config_fix
fixed fixture controller config for applications
This commit is contained in:
@@ -22,6 +22,7 @@ $config = yii\helpers\ArrayHelper::merge(
|
|||||||
'class' => 'yii\faker\FixtureController',
|
'class' => 'yii\faker\FixtureController',
|
||||||
'fixtureDataPath' => '@tests/codeception/common/fixtures/data',
|
'fixtureDataPath' => '@tests/codeception/common/fixtures/data',
|
||||||
'templatePath' => '@tests/codeception/common/templates/fixtures',
|
'templatePath' => '@tests/codeception/common/templates/fixtures',
|
||||||
|
'namespace' => 'tests\codeception\common\fixtures',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user