From: Antoine Musso Date: Wed, 4 Jan 2012 10:18:49 +0000 (+0000) Subject: ResourceLoaderTestModules doc: better wording X-Git-Tag: 1.31.0-rc.0~25552 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=434f82e596c6aec55af37d8e31fca235fcc72e1b;p=lhc%2Fweb%2Fwiklou.git ResourceLoaderTestModules doc: better wording follow r107993 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 7cc3df9b73..c5817000be 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1580,7 +1580,7 @@ loader request or generating HTML output. &$resourceLoader: ResourceLoader object 'ResourceLoaderTestModules': let you add new JavaScript testing modules. This is called after the addition of 'qunit' and MediaWiki testing resources. -&testModules: array of JavaScript testing modules. 'qunit' is feed using tests/qunit/QUnitTestResources.php. +&testModules: array of JavaScript testing modules. The 'qunit' framework, included in core, is feed using tests/qunit/QUnitTestResources.php. &ResourceLoader object To add a new qunit module named 'myext.tests': testModules['qunit']['myext.tests'] = array(