@@ -70,11 +70,11 @@ |
||
70 | 70 | 'class' => 'yii\gii\Module', |
71 | 71 | ]; |
72 | 72 | $config['modules']['fixture'] = [ // Fixture generation command line. |
73 | - 'class' => \yii\faker\FixtureController::class, |
|
74 | - 'templatePath' => 'tests/fixtures/templates', |
|
75 | - 'fixtureDataPath' => 'tests/fixtures/data', |
|
76 | - 'namespace' => 'app\tests\fixtures', |
|
77 | - 'count' => 10, |
|
73 | + 'class' => \yii\faker\FixtureController::class, |
|
74 | + 'templatePath' => 'tests/fixtures/templates', |
|
75 | + 'fixtureDataPath' => 'tests/fixtures/data', |
|
76 | + 'namespace' => 'app\tests\fixtures', |
|
77 | + 'count' => 10, |
|
78 | 78 | ]; |
79 | 79 | } |
80 | 80 |