Manual:$wgJavaScriptTestConfig
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgJavaScriptTestConfig and the translation is 71% complete.
この機能は、バージョン 1.25.0 で完全に除去されました。
| フロントエンド: $wgJavaScriptTestConfig | |
|---|---|
| Configuration for javascript testing. |
|
| 導入されたバージョン: | 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, ), );
詳細
Configuration for javascript testing.