Manual:PreprocessorFuzzTest.php/ko
Appearance
| 미디어위키 버전: | ≥ 1.9 |
| 미디어위키 파일: preprocessorFuzzTest.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | 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.
옵션
This script does not accept any options.
사용법
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
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.