@@ -35,7 +35,7 @@ |
||
35 | 35 | } |
36 | 36 | } |
37 | 37 | |
38 | - return [$positive, $negative,]; |
|
38 | + return [$positive, $negative, ]; |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | ?> |
42 | 42 | \ No newline at end of file |
@@ -118,7 +118,7 @@ |
||
118 | 118 | if($skipped["reason"]) { |
119 | 119 | $reason = ": {$skipped["reason"]}"; |
120 | 120 | } |
121 | - static::printLine("Skipped {$skipped["name"]}$reason"); |
|
121 | + static::printLine("skipped {$skipped["name"]}$reason"); |
|
122 | 122 | } |
123 | 123 | } |
124 | 124 |
@@ -35,7 +35,7 @@ |
||
35 | 35 | } |
36 | 36 | } |
37 | 37 | |
38 | - return [$positive, $negative,]; |
|
38 | + return [$positive, $negative, ]; |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 | ?> |
42 | 42 | \ No newline at end of file |