From d0f832fd409fa081d24a17de4f5be8e599031bdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 4 Jan 2012 08:29:58 +0000 Subject: [PATCH] Typos, casing. Still don't understand "'qunit' is feed using tests/qunit/QUnitTestResources.php" Ping r107919 --- docs/hooks.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.20.1