X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FServiceWiringTest.php;h=02e06f8ddaa06ebaef17ff34932d76da17666506;hb=e1d39f7d02c4c22bbdf6d71ae1c4c527e42ff44b;hp=74e8e1b3eab8066c93acddbf6a3809f07c8e7c12;hpb=a0b490bbe7a87b54de49f075c59befa8232b2237;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/ServiceWiringTest.php b/tests/phpunit/includes/ServiceWiringTest.php index 74e8e1b3ea..02e06f8dda 100644 --- a/tests/phpunit/includes/ServiceWiringTest.php +++ b/tests/phpunit/includes/ServiceWiringTest.php @@ -8,7 +8,7 @@ class ServiceWiringTest extends MediaWikiTestCase { global $IP; $services = array_keys( require "$IP/includes/ServiceWiring.php" ); $sortedServices = $services; - sort( $sortedServices ); + natcasesort( $sortedServices ); $this->assertSame( $sortedServices, $services, 'Please keep services sorted alphabetically' );