Passed
Push — master ( 4f32b1...e729e7 )
by Jakub
12:43
created
src/SkippedTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
         if ($this->reason) {
29 29
             $reason = ": $this->reason";
30 30
         }
31
-        return "Skipped $this->name$reason\n";
31
+        return "skipped $this->name$reason\n";
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
src/mytester.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
 $cmd = new Parser("", [
15 15
     "path" => [
16
-        Parser::Default => $vendorDirectory . "/../tests",
16
+        Parser::default => $vendorDirectory . "/../tests",
17 17
     ],
18 18
     "--colors" => [
19 19
         Parser::Optional => true,
Please login to merge, or discard this patch.