Manual:preprocessorFuzzTest.php
Appearance
MediaWiki バージョン: | ≧ 1.9 |
MediaWiki ファイル: preprocessorFuzzTest.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.43.0 • 1.42.5 • 1.39.11 |
クラス: | PPFuzzTest • PPFuzzTester • PPFuzzUser |
詳細
preprocessorFuzzTest.php file is a maintenance script to perform fuzz-style testing of MediaWiki's preprocessor.
Fuzz-style testing works by generating random text to test.
オプション
このスクリプトにはオプションはありません。
使用法
php maintenance/run.php preprocessorFuzzTest
Terminal
$ php maintenance/run.php preprocessorFuzzTest 50000 tests done 100000 tests done 150000 tests done 200000 tests done 250000 tests done 300000 tests done 350000 tests done 400000 tests done 450000 tests done 500000 tests done 550000 tests done 600000 tests done
MediaWiki バージョン 1.39.11 以前では、メンテナンス スクリプトを
php maintenance/run.php scriptName
ではなく php maintenance/scriptName.php
を使用して実行する必要があります。