Sort MediaWikiServices and ServiceWiring alphabetically
authorTim Starling <tstarling@wikimedia.org>
Wed, 10 Apr 2019 10:36:02 +0000 (20:36 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 10 Apr 2019 10:59:49 +0000 (20:59 +1000)
commit421b4258b5c02375448c9a7d958ede71bf473929
treecd032d45857e91beee19f46789ce17d672e9480d
parent013b6fac88f03a7417c09e578a3bf1828e1101c6
Sort MediaWikiServices and ServiceWiring alphabetically

Don't sort them asciibetically, which is a weird sort order people only
use by accident.

Change-Id: I69be64dab104130841855f2ce58bf94667c0c300
includes/MediaWikiServices.php
includes/ServiceWiring.php
tests/phpunit/includes/MediaWikiServicesTest.php
tests/phpunit/includes/ServiceWiringTest.php