Manual:PreprocessorFuzzTest.php

This page is a translated version of the page Manual:PreprocessorFuzzTest.php and the translation is 29% complete.
Versión de MediaWiki:
1.9

Detalles

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.

Options

This script does not accept any options.

Usage

php maintenance/run.php preprocessorFuzzTest
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also