@@ -28,6 +28,6 @@ |
||
| 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 | } |