wiki.techinc.nl/tests/phpunit/data
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
..
autoloader Improve AutoLoader test coverage 2018-05-26 21:29:36 -07:00
categoriesrdf Create update SPARQL for category changes 2018-04-20 16:40:35 -07:00
composer Use SPDX 3.0 license identifier 2018-03-18 18:08:22 +00:00
css resourceloader: Strip leading BOM when concatenating files 2016-05-31 19:47:19 +01:00
cssmin CSSMin: Remove XML declaration from SVGs 2018-01-11 19:28:15 -08:00
db Add a few schemas to SQLite tests 2017-10-13 19:39:06 +00:00
filecontentshasher Add unit tests for FileContentsHasher 2015-09-24 13:39:09 +01:00
filerepo Copy various random files used by tests to tests/phpunit/data 2014-06-03 22:52:51 +02:00
gitinfo GitInfo: Allow cache to be in the extension directory itself 2016-01-06 14:41:36 -08:00
import Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
less resourceloader: Add test case for ResourceLoader::getLessCompiler 2018-05-19 23:06:54 +00:00
localisationcache Don't fallback from uk to ru 2016-11-23 19:24:54 +02:00
media Adjust tests for JPEG segmentation fix 2018-02-23 12:29:35 +00:00
parser ParserTests: Add a video file to parser test suite 2016-01-07 13:24:43 -08:00
registration registration: Initialize PSR-4 namespaces at same stage as normal autoloader 2018-05-30 13:07:42 -07:00
resourceloader resourceloader: Add basic tests for getScript() and buildContent() 2017-06-26 22:15:17 -07:00
templates Enable recursive partials in TemplateParser 2017-09-10 05:51:07 +00:00
upload UploadBase: Permit SVG files with broken namespace definition (Inkscape bug) 2016-10-27 10:24:32 +00:00
xmp Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
zip