resourceloader: Move remaining module registrations to ServiceWiring
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 17 Apr 2019 14:17:15 +0000 (15:17 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 17 Apr 2019 19:01:29 +0000 (19:01 +0000)
commita259a2ed0d3059852bfcc5bb12f7a95da01d333f
tree2cd636d727c5a250414e7958862d6bd4285167df
parent63591baccce89e34dddb6a6b227f4e024111327b
resourceloader: Move remaining module registrations to ServiceWiring

Also restore the order of registrations as it was before
last week with 47422fabe2813f. (That is, core modules are registered
before extension modules, in case of conflicts with a warning, the
core one wins).

Bug: T32956
Change-Id: I3a50508178159dfc8e5db1e218a5e6d10e2d4b2a
includes/ServiceWiring.php
includes/resourceloader/ResourceLoader.php
tests/phpunit/includes/resourceloader/ResourceLoaderTest.php