@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | if ($success) { |
20 | 20 | return; |
21 | 21 | } |
22 | - throw new AssertionFailedException("Test $this->taskCount failed. $text"); |
|
22 | + throw new AssertionFailedException("test $this->taskCount failed. $text"); |
|
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 | } |
337 | 337 | $this->assertSame($expected, $actual); |
338 | 338 | } |