X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=d102e08c2d9ecb80c3ff487c901f25137ef1c4f6;hb=fb1d035abf27f2d535c9cb727afd3a56da159390;hp=aa5d69d95d9498a4357f906b704b3b5531ff87ad;hpb=21463af0d8db7d7ea8e0e87e48e75cd3acb832b7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/preprocessorFuzzTest.php b/maintenance/preprocessorFuzzTest.php index aa5d69d95d..d102e08c2d 100644 --- a/maintenance/preprocessorFuzzTest.php +++ b/maintenance/preprocessorFuzzTest.php @@ -47,6 +47,9 @@ class PPFuzzTester { public $entryPoints = [ 'testSrvus', 'testPst', 'testPreprocess' ]; public $verbose = false; + /** + * @var bool|PPFuzzTest + */ private static $currentTest = false; function execute() {