@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | if ($success) { |
20 | 20 | return; |
21 | 21 | } |
22 | - echo "Test $this->taskCount failed. $text\n"; |
|
22 | + echo "test $this->taskCount failed. $text\n"; |
|
23 | 23 | } |
24 | 24 | |
25 | 25 | /** |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | { |
333 | 333 | $expected = @file_get_contents($filename); |
334 | 334 | if ($expected === false) { |
335 | - $this->testResult("File $filename could not be loaded.", false); |
|
335 | + $this->testResult("file $filename could not be loaded.", false); |
|
336 | 336 | return; |
337 | 337 | } |
338 | 338 | $this->assertSame($expected, $actual); |