Manual:$wgJavaScriptTestConfig
From MediaWiki.org
CSS/Js: $wgJavaScriptTestConfig | |
---|---|
Configuration for javascript testing. |
|
Introduced in version: | 1.19.0 |
Removed in version: | still in use |
Allowed values: | (array) |
Default value: | see below |
Other settings: Alphabetical | By Function
[edit] Default value
$wgJavaScriptTestConfig = array( 'qunit' => array( // Link used on [[Special:JavaScriptTest/qunit]] 'documentation' => '//www.mediawiki.org/wiki/Manual:JavaScript_unit_testing', // If the testinit script detects a TestSwarm runner, this url will be loaded // to allow TestSwarm to install its hooks 'testswarm-injectjs' => false, ), );
[edit] Details
Configuration for javascript testing.