Completed
Push — output_parsers_refactor ( cf2136...710907 )
by Alessandro
02:32
created
src/Paraunit/Tests/Functional/RunnerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     {
135 135
         $phpunitVersion = new \PHPUnit_Runner_Version();
136 136
 
137
-        if ( ! preg_match('/^5\./', $phpunitVersion->id())) {
137
+        if (!preg_match('/^5\./', $phpunitVersion->id())) {
138 138
             $this->markTestSkipped('PHPUnit < 5 in this env, warnings are not present.');
139 139
         }
140 140
 
Please login to merge, or discard this patch.