From: Niklas Laxström Date: Wed, 4 Jan 2012 08:29:58 +0000 (+0000) Subject: Typos, casing. Still don't understand "'qunit' is feed using tests/qunit/QUnitTestRes... X-Git-Tag: 1.31.0-rc.0~25559 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d0f832fd409fa081d24a17de4f5be8e599031bdf;p=lhc%2Fweb%2Fwiklou.git Typos, casing. Still don't understand "'qunit' is feed using tests/qunit/QUnitTestResources.php" Ping r107919 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index c7bd7ddf80..7cc3df9b73 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1579,9 +1579,9 @@ scripts. 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 ressources. -&testModules: array of javascript testing modules. 'qunit' is feed using tests/qunit/QUnitTestResources.php. -&RessourceLoader 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. +&ResourceLoader object To add a new qunit module named 'myext.tests': testModules['qunit']['myext.tests'] = array( 'script' => 'extension/myext/tests.js',