Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1580,7 +1580,7 @@ |
1581 | 1581 | &$resourceLoader: ResourceLoader object |
1582 | 1582 | |
1583 | 1583 | 'ResourceLoaderTestModules': let you add new JavaScript testing modules. This is called after the addition of 'qunit' and MediaWiki testing resources. |
1584 | | -&testModules: array of JavaScript testing modules. 'qunit' is feed using tests/qunit/QUnitTestResources.php. |
| 1584 | +&testModules: array of JavaScript testing modules. The 'qunit' framework, included in core, is feed using tests/qunit/QUnitTestResources.php. |
1585 | 1585 | &ResourceLoader object |
1586 | 1586 | To add a new qunit module named 'myext.tests': |
1587 | 1587 | testModules['qunit']['myext.tests'] = array( |