Commit a4b6c02f by Alexander Makarov

Fixes #5020: Fixed fixture path in advanced app tests console entry script

parent 0377571a
......@@ -21,7 +21,7 @@ $config = yii\helpers\ArrayHelper::merge(
'fixture' => [
'class' => 'yii\faker\FixtureController',
'fixtureDataPath' => '@tests/codeception/common/fixtures',
'templatePath' => '@tests/codeception/common/templates',
'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