wiki.techinc.nl/tests/phpunit/includes/ResourceLoaderFileModuleTest.php
Chad Horohoe 447529064b * verbose and color default output from phpunit
* Make a bunch of tests subclass MediaWikiTestCase
* Parser tests and ResourceLoaderTest can't subclass it yet due to various issues
2010-12-28 18:17:16 +00:00

15 lines
182 B
PHP

<?php
class ResourceLoaderFileModuleTest extends MediaWikiTestCase {
/* Provider Methods */
public function provide() {
}
/* Test Methods */
public function test() {
}
}