%PDF- %PDF-
Direktori : /proc/thread-self/root/www/varak.net/wiki.varak.net/tests/phpunit/includes/ |
Current File : //proc/thread-self/root/www/varak.net/wiki.varak.net/tests/phpunit/includes/ServiceWiringTest.php |
<?php /** * @coversNothing */ class ServiceWiringTest extends MediaWikiTestCase { public function testServicesAreSorted() { global $IP; $services = array_keys( require "$IP/includes/ServiceWiring.php" ); $sortedServices = $services; sort( $sortedServices ); $this->assertSame( $sortedServices, $services, 'Please keep services sorted alphabetically' ); } }