Test Failed
Push — master ( f2eca1...d3a502 )
by Jean-Bernard
01:51
created
tests/FrameworkTwig/DefaultControllerTest.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,10 @@
 block discarded – undo
23 23
 
24 24
     public function testIndex()
25 25
     {
26
-        if ('3.4.0' >= Symfony\Component\HttpKernel\Kernel::VERSION) $this->markTestIncomplete(); // Test does not work any more with Symfony 3.4
26
+        if ('3.4.0' >= Symfony\Component\HttpKernel\Kernel::VERSION) {
27
+            $this->markTestIncomplete();
28
+        }
29
+        // Test does not work any more with Symfony 3.4
27 30
 
28 31
         $client = static::createClient();
29 32
 
Please login to merge, or discard this patch.