wiki.techinc.nl/tests/phpunit/structure
Kunal Mehta b5e6da43e4 Don't autoload classes in AutoloadStructureTest
Autoloading classes is a 100% accurate way to ensure the autoloader
worked, but there are cases where if optional dependencies aren't
installed, then autoloading the class will fail. We can re-implement the
logic behind the PSR-4 autoloader, and ensure that classes will be
autoloadable by turning the filename into a class name, and making sure
that class name is the one we found in the file.

Bug: T195823
Change-Id: I5df378180e567c257386482383ef73812592f989
2018-05-29 11:09:57 -07:00
..
ApiStructureTest.php API: Introduce "templated parameters" 2018-05-16 16:19:31 -04:00
AutoLoaderStructureTest.php Don't autoload classes in AutoloadStructureTest 2018-05-29 11:09:57 -07:00
AvailableRightsTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ContentHandlerSanityTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
DatabaseIntegrationTest.php rdbms: Refactor DatabaseTest 2017-07-20 18:23:37 -07:00
ExtensionJsonValidationTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ResourcesTest.php Fix additional usage of incorrect case 2017-12-15 11:58:11 +01:00
StructureTest.php Accept non-fully qualified TestCase in StructureTest 2018-02-26 18:06:27 +01:00