Jump to content

Manual:PreprocessorFuzzTest.php/ko

From mediawiki.org
This page is a translated version of the page Manual:PreprocessorFuzzTest.php and the translation is 43% complete.
미디어위키 버전:
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.

옵션

This script does not accept any options.

사용법

php maintenance/run.php preprocessorFuzzTest
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also