wiki.techinc.nl/tests/phpunit/languages
Timo Tijhof 46b04ec7ae Use static::class instead of get_called_class()
Available as of PHP 5.5 and more idomatic. Foo::class (explicit),
self::class (defined), and static::class (late bound).

Change-Id: I66937f32095a4e4ecde94ca20a935a3c3efc9cee
2016-02-29 22:43:58 +00:00
..
classes Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LanguageClassesTestCase.php Use static::class instead of get_called_class() 2016-02-29 22:43:58 +00:00
LanguageConverterTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LanguageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SpecialPageAliasTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00