Commit b72aa500 by Alexander Makarov

Fixed advanced app fixture data path

parent dfcd887e
...@@ -20,7 +20,7 @@ $config = yii\helpers\ArrayHelper::merge( ...@@ -20,7 +20,7 @@ $config = yii\helpers\ArrayHelper::merge(
'controllerMap' => [ 'controllerMap' => [
'fixture' => [ 'fixture' => [
'class' => 'yii\faker\FixtureController', 'class' => 'yii\faker\FixtureController',
'fixtureDataPath' => '@tests/codeception/common/fixtures', 'fixtureDataPath' => '@tests/codeception/common/fixtures/data',
'templatePath' => '@tests/codeception/common/templates/fixtures', 'templatePath' => '@tests/codeception/common/templates/fixtures',
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment