* Make a bunch of tests subclass MediaWikiTestCase * Parser tests and ResourceLoaderTest can't subclass it yet due to various issues
15 lines
182 B
PHP
15 lines
182 B
PHP
<?php
|
|
|
|
class ResourceLoaderFileModuleTest extends MediaWikiTestCase {
|
|
/* Provider Methods */
|
|
|
|
public function provide() {
|
|
|
|
}
|
|
|
|
/* Test Methods */
|
|
|
|
public function test() {
|
|
|
|
}
|
|
}
|