手册:$wgJavaScriptTestConfig
Appearance
此功能已在版本1.25.0被完全移除。 |
| 前端: $wgJavaScriptTestConfig | |
|---|---|
| JavaScript测试的配置。 |
|
| 引进版本: | 1.19.0 |
| 移除版本: | 1.25.0(Gerrit change 180116; git #0e9f24a1) |
| 允许的值: | (数组) |
| 默认值: | 参见下方 |
| 其他设置: 按首字母排序 | 按功能排序 | |
默认值
$wgJavaScriptTestConfig = array(
'qunit' => array(
// Link used on [[Special:JavaScriptTest/qunit|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,
),
);
细节
JavaScript测试的配置。