wiki.techinc.nl/tests/phpunit/structure
Brad Jorsch ca3789a271 AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories
Per discussion in T166010, we're going to handle class aliases (e.g. for
BC) by including the class_alias() call in the same file as the target
class. When the target class is a PSR4-compliant class, we still need to
pick up that alias for inclusion in autoload.php.

Thus, instead of excluding whole directories, we need to process the
files and filter out only those found classes that are PSR4 compliant.

Bug: T204983
Change-Id: I1c516998df368531c90ea54acc5be8be96e1db6c
2018-09-20 15:15:27 -04:00
..
ApiPrefixUniquenessTest.php test: Assert that API generators have unique prefixes 2018-08-17 17:31:22 -07:00
ApiStructureTest.php Pass delimiter to preg_quote 2018-09-01 14:52:16 +02:00
AutoLoaderStructureTest.php AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories 2018-09-20 15:15:27 -04:00
AvailableRightsTest.php Check for right-* messages as a structure test 2018-07-26 14:14:54 -07:00
ContentHandlerSanityTest.php Add @coversNothing to tests that don't cover specific PHP classes 2018-06-12 13:27:40 -07:00
DatabaseIntegrationTest.php rdbms: Refactor DatabaseTest 2017-07-20 18:23:37 -07:00
ExtensionJsonValidationTest.php Add @coversNothing to tests that don't cover specific PHP classes 2018-06-12 13:27:40 -07:00
ResourcesTest.php resourceloader: Embed 'mediawiki' directly in startup response 2018-06-27 17:06:35 +00:00
SpecialPageFatalTest.php Reset services before every test 2018-09-03 16:38:58 +00:00
StructureTest.php StructureTest::testUnitTestFileNamesEndWithTest() should not shell out 2018-09-18 20:34:28 +02:00