X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=2503ed25e21cbf76a0c6d4a9a3fb7895092185fe;hb=870eaf7c95b407f139c441f2528b2132fd9015a8;hp=aa5d69d95d9498a4357f906b704b3b5531ff87ad;hpb=75cdcc94007dca953927b13db411aac94750b074;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/preprocessorFuzzTest.php b/maintenance/preprocessorFuzzTest.php index aa5d69d95d..2503ed25e2 100644 --- a/maintenance/preprocessorFuzzTest.php +++ b/maintenance/preprocessorFuzzTest.php @@ -43,10 +43,13 @@ class PPFuzzTester { public $minLength = 0; public $maxLength = 20; public $maxTemplates = 5; - // public $outputTypes = array( 'OT_HTML', 'OT_WIKI', 'OT_PREPROCESS' ); + // public $outputTypes = [ 'OT_HTML', 'OT_WIKI', 'OT_PREPROCESS' ]; public $entryPoints = [ 'testSrvus', 'testPst', 'testPreprocess' ]; public $verbose = false; + /** + * @var bool|PPFuzzTest + */ private static $currentTest = false; function execute() {