wiki.techinc.nl/tests/phpunit/includes/utils
Brad Jorsch e5abec8052 Have ClassCollector ignore PHP 7 anonymous classes
PHP 7 introduces anonymous classes with a syntax like

 $instance = new class() extends Foo { ... };

ClassCollector is incorrectly detecting this as a class named
"() extends Foo". This patch fixes that by having it ignore "new class"
in much the same way it currently ignores "::class".

Change-Id: I4d1985a9c04be71f7bea6cb7b61dcea74f44a6e2
2018-05-01 13:13:37 -04:00
..
AvroValidatorTest.php Move phpunit @group from file comment to class comment 2018-03-10 11:48:28 +01:00
BatchRowUpdateTest.php Make BatchRowUpdateTest compatible with PHPUnit 6 2018-04-12 20:33:41 +00:00
ClassCollectorTest.php Have ClassCollector ignore PHP 7 anonymous classes 2018-05-01 13:13:37 -04:00
FileContentsHasherTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
MWCryptHashTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
MWCryptHKDFTest.php Move phpunit @group from file comment to class comment 2018-03-10 11:48:28 +01:00
MWGrantsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWRestrictionsTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
UIDGeneratorTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ZipDirectoryReaderTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00