Explorar o código

To fix break test

githubjeka %!s(int64=11) %!d(string=hai) anos
pai
achega
cea040a7cd
Modificáronse 1 ficheiros con 6 adicións e 8 borrados
  1. 6 8
      tests/codeception/config/config.php

+ 6 - 8
tests/codeception/config/config.php

@@ -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' => [