Test Failed
Push — master ( 6cb744...662c22 )
by Jakub
01:52
created
src/TestCase.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     $passed = true;
198 198
     foreach($jobs as $job) {
199 199
       $output .= $this->runJob($job);
200
-      if($job->result === "failed")  {
200
+      if($job->result === "failed") {
201 201
         $passed = false;
202 202
       }
203 203
     }
Please login to merge, or discard this patch.