X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FResourceLoaderTestCase.php;h=1024ecd0a69718e22530343c212ef793882cb25e;hb=1d17bbe56326f4e4a26a5da59d232bbac16aed15;hp=f75cc2294cb61a409cfbf22b754a533d5f99a110;hpb=133f2e99e7e78f329a913b912f66ffc5879ce39a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/ResourceLoaderTestCase.php b/tests/phpunit/ResourceLoaderTestCase.php index f75cc2294c..1024ecd0a6 100644 --- a/tests/phpunit/ResourceLoaderTestCase.php +++ b/tests/phpunit/ResourceLoaderTestCase.php @@ -17,6 +17,7 @@ abstract class ResourceLoaderTestCase extends MediaWikiTestCase { * - string 'modules' Pipe-separated list of module names * - string|null 'only' "scripts" (unwrapped script), "styles" (stylesheet), or null * (mw.loader.implement). + * @param ResourceLoader|null $rl * @return ResourceLoaderContext */ protected function getResourceLoaderContext( $options = [], ResourceLoader $rl = null ) {