Removed php5.2 incompatible syntax

This commit is contained in:
Damian Mooyman 2014-05-05 14:05:38 +12:00
parent c5d4d7daf3
commit aaf431fdd5

View File

@ -20,7 +20,7 @@ class PhpUnitWrapper_Generic extends PhpUnitWrapper {
protected static $test_name = 'SapphireTest';
public static function get_test_name() {
return static::$test_name;
return self::$test_name;
}
/**