| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | protected static $failed = 0; |
| 5 | 5 | protected static $last_echoed; |
| 6 | 6 | |
| 7 | 7 | public static function true($test_name, $result){ |
| 8 | - return static::is($test_name, $result, true); | |
| 8 | + return static::is($test_name, $result, TRUE); | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | public static function is($test_name, $result, $expected){ |
| 12 | 12 | if($result == $expected) { |