Manual:$wgJavaScriptTestConfig

From MediaWiki.org
Jump to: navigation, search
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

Default value[edit | edit source]

$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,
	),
);

Details[edit | edit source]

Configuration for javascript testing.