Passed
Push — master ( 3cc3ad...47373b )
by Jakub
01:33
created
src/TAssertions.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 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
   /**
Please login to merge, or discard this patch.