Jump to content

手册:PreprocessorFuzzTest.php

From mediawiki.org
This page is a translated version of the page Manual:PreprocessorFuzzTest.php and the translation is 43% complete.
MediaWiki版本:
1.9

细节

preprocessorFuzzTest.php文件是个维护脚本,用于对MediaWiki的预处理器进行fuzz-style测试。

Fuzz-style testing works by generating random text to test.

Options

This script does not accept any options.

Usage

php maintenance/run.php preprocessorFuzzTest
Terminal
在MediaWiki MediaWiki 1.39 及更早版本中,您必须通过php maintenance/脚本名称.php调用维护脚本,而不是php maintenance/run.php 脚本名称

See also