aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/ResourceLoaderFileModuleTest.php
blob: 5ad7d9373d312a2370de1c1381212d965d3bded8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

class ResourceLoaderFileModuleTest extends PHPUnit_Framework_TestCase {
	/* Provider Methods */

	public function provide() {

	}

	/* Test Methods */

	public function test() {

	}
}