|
|
@@ -3,14 +3,12 @@
|
|
|
* Application configuration shared by all test types
|
|
|
*/
|
|
|
return [
|
|
|
- [
|
|
|
- 'controllerMap' => [
|
|
|
- 'fixture' => [
|
|
|
- 'class' => 'yii\faker\FixtureController',
|
|
|
- 'fixtureDataPath' => '@tests/codeception/fixtures',
|
|
|
- 'templatePath' => '@tests/codeception/templates',
|
|
|
- 'namespace' => 'tests\codeception\fixtures',
|
|
|
- ],
|
|
|
+ 'controllerMap' => [
|
|
|
+ 'fixture' => [
|
|
|
+ 'class' => 'yii\faker\FixtureController',
|
|
|
+ 'fixtureDataPath' => '@tests/codeception/fixtures',
|
|
|
+ 'templatePath' => '@tests/codeception/templates',
|
|
|
+ 'namespace' => 'tests\codeception\fixtures',
|
|
|
],
|
|
|
],
|
|
|
'components' => [
|