Manual:preprocessorFuzzTest.php

This page is a translated version of the page Manual:PreprocessorFuzzTest.php and the translation is 71% complete.
MediaWiki バージョン:
1.9

詳細

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
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

See also