Passed
Push — master ( 3fd808...c2290a )
by Jakub
01:52
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.