wiki.techinc.nl/tests/phpunit/includes/actions
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
..
ActionTest.php Use static::class instead of get_called_class() 2016-02-29 22:43:58 +00:00