__DIR__ . '/tests/qunit', * 'remoteExtPath' => 'Example/tests/qunit', * 'script' => [ 'tests/qunit/foo.js' ], * 'dependencies' => [ 'ext.Example.foo' ] * ]; * @param ResourceLoader $rl * @return void This hook must not abort, it must return no value */ public function onResourceLoaderTestModules( array &$testModules, ResourceLoader $rl ) : void; }