Test Failed
Pull Request — master (#18)
by Ylva
07:22
created
a/vendor/anax/router/test/Route/RouteHandlerDiFailTest.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -24,16 +24,16 @@
 block discarded – undo
24 24
     {
25 25
         self::$di = new DIFactoryConfig();
26 26
         self::$di->loadServices([
27
-           "services" => [
28
-               "user" => [
29
-                   "active" => false,
30
-                   "shared" => true,
31
-                   "callback" => function () {
32
-                       $obj = new MockHandlerDiService();
33
-                       return $obj;
34
-                   }
35
-               ],
36
-           ],
27
+            "services" => [
28
+                "user" => [
29
+                    "active" => false,
30
+                    "shared" => true,
31
+                    "callback" => function () {
32
+                        $obj = new MockHandlerDiService();
33
+                        return $obj;
34
+                    }
35
+                ],
36
+            ],
37 37
         ]);
38 38
     }
39 39
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/ObjectComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/MockObjectComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/DoubleComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/ExceptionComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/NumericComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/ScalarComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.
a/vendor/sebastian/comparator/tests/DOMNodeComparatorTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     public function testAcceptsSucceeds($expected, $actual): void
82 82
     {
83 83
         $this->assertTrue(
84
-          $this->comparator->accepts($expected, $actual)
84
+            $this->comparator->accepts($expected, $actual)
85 85
         );
86 86
     }
87 87
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     public function testAcceptsFails($expected, $actual): void
92 92
     {
93 93
         $this->assertFalse(
94
-          $this->comparator->accepts($expected, $actual)
94
+            $this->comparator->accepts($expected, $actual)
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.