mediawiki-extensions-Cite/tests
Timo Tijhof ce27a400e1 CiteHooks: Remove wgResourceModules check (redundant with isModuleRegistered)
The isModuleRegistered() method was introduced a few years ago,
when the load order in ResourceLoader was undergoing a change.

It used to be that hooks like were run first to register modules, and then
wgResourceModules was registered afterwards. This was reversed to disallow
mutating the config at run-time from foreign modules and to allow better
caching and error detection.

It's been several years since then, so this redundant check is no longer
needed. ServiceWiring.php in MW core for ResourceLoader always processes
config and extension.json first before this hook is called.

Bug: T247265
Change-Id: I466f1fa70b8f0e9fe5e8e8df90bb0001b3329b87
2020-03-10 16:18:46 +00:00
..
parser Add two extreme follow edge cases back to parser tests 2020-02-05 15:04:49 +01:00
phpunit CiteHooks: Remove wgResourceModules check (redundant with isModuleRegistered) 2020-03-10 16:18:46 +00:00
selenium Use waitForModuleState from Util class 2019-10-24 10:48:32 +02:00