wiki.techinc.nl/tests/phpunit/includes/registration
Antoine Musso 224864ebdd registration: Initialize PSR-4 namespaces at same stage as normal autoloader
readFromQueue() injects the content of AutoloadClasses to
$wgAutoloadClasses however it missed doing the same for
AutoloadNamespaces.

When using the installer with an extension having AutoloadNamespaces
set, its classes would not be found.

Make ExtensionRegistry append to AutoLoader::$psr4Namespaces, and add
a test to cover the new behavior.

Bug: T195783
Change-Id: Id61155867a4ca7d9bc4a347f8671da74b0fa490b
2018-05-30 13:07:42 -07:00
..
ExtensionJsonValidatorTest.php registration: Perform extra validation for mediawiki.org URLs 2018-05-19 16:26:15 -07:00
ExtensionProcessorTest.php registration: Simplify extracting path based globals 2018-02-09 22:33:10 -08:00
ExtensionRegistryTest.php registration: Initialize PSR-4 namespaces at same stage as normal autoloader 2018-05-30 13:07:42 -07:00
VersionCheckerTest.php Merge "Handle extension dependencies in the installer" 2018-04-17 15:18:39 +00:00