X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=d102e08c2d9ecb80c3ff487c901f25137ef1c4f6;hb=cc5bacdeece1d94dc371ecf2a8052debc375a38c;hp=aa5d69d95d9498a4357f906b704b3b5531ff87ad;hpb=a00cef7d9f71fa2f53e683b7630d9ce90915d6be;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() {