mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed php5.2 incompatible syntax
This commit is contained in:
parent
c5d4d7daf3
commit
aaf431fdd5
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user