@@ -68,7 +68,7 @@ |
||
68 | 68 | if($skipped["reason"]) { |
69 | 69 | $reason = ": {$skipped["reason"]}"; |
70 | 70 | } |
71 | - Environment::printLine("Skipped {$skipped["name"]}$reason"); |
|
71 | + Environment::printLine("skipped {$skipped["name"]}$reason"); |
|
72 | 72 | } |
73 | 73 | if($failed) { |
74 | 74 | Environment::printLine("Failed"); |
@@ -68,7 +68,7 @@ |
||
68 | 68 | if($skipped["reason"]) { |
69 | 69 | $reason = ": {$skipped["reason"]}"; |
70 | 70 | } |
71 | - Environment::printLine("Skipped {$skipped["name"]}$reason"); |
|
71 | + Environment::printLine("skipped {$skipped["name"]}$reason"); |
|
72 | 72 | } |
73 | 73 | if($failed) { |
74 | 74 | Environment::printLine("Failed"); |
@@ -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 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | } |
34 | 34 | } |
35 | 35 | |
36 | - return [$positive, $negative,]; |
|
36 | + return [$positive, $negative, ]; |
|
37 | 37 | } |
38 | 38 | } |
39 | 39 | ?> |
40 | 40 | \ No newline at end of file |