X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=d102e08c2d9ecb80c3ff487c901f25137ef1c4f6;hb=52017fad77be3ca263d90a28209f2d7d7871fb51;hp=aa5d69d95d9498a4357f906b704b3b5531ff87ad;hpb=866f16487349189de35db6cd2780e74cd6996999;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() {