X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fresourceloader%2FResourceLoaderContextTest.php;h=f848556a429779cd0f13cfa1010b953136ad7364;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hp=b658efba9627714eb1a20e148a4cffcc62a52356;hpb=8c1086225d413bca03e2fce7b8f947e68d0a3a7e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/resourceloader/ResourceLoaderContextTest.php b/tests/phpunit/includes/resourceloader/ResourceLoaderContextTest.php index b658efba96..f848556a42 100644 --- a/tests/phpunit/includes/resourceloader/ResourceLoaderContextTest.php +++ b/tests/phpunit/includes/resourceloader/ResourceLoaderContextTest.php @@ -9,6 +9,9 @@ * @covers ResourceLoaderContext */ class ResourceLoaderContextTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + protected static function getResourceLoader() { return new EmptyResourceLoader( new HashConfig( [ 'ResourceLoaderDebug' => false,