Passed
Push — master ( e0fcf5...850348 )
by Jakub
01:56
created
src/TAssertions.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.