To fix break test
This commit is contained in:
parent
d0d066faad
commit
cea040a7cd
@ -3,14 +3,12 @@
|
|||||||
* Application configuration shared by all test types
|
* Application configuration shared by all test types
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
[
|
'controllerMap' => [
|
||||||
'controllerMap' => [
|
'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',
|
||||||
'namespace' => 'tests\codeception\fixtures',
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'components' => [
|
'components' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user