X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=3a43ae8b5c1e1015bd4f182c3087dd96edf178b7;hb=64e7e7d760fc3e043f7e01a89cc3697869aaa93b;hp=39b2ff03e86e042cc706c27ece47d1c365a46aea;hpb=b3e4a6f61f314b0933832bc944551866da31773e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/preprocessorFuzzTest.php b/maintenance/preprocessorFuzzTest.php index 39b2ff03e8..3a43ae8b5c 100644 --- a/maintenance/preprocessorFuzzTest.php +++ b/maintenance/preprocessorFuzzTest.php @@ -150,6 +150,13 @@ class PPFuzzTester { class PPFuzzTest { public $templates, $mainText, $title, $entryPoint, $output; + /** @var PPFuzzTester */ + private $parent; + /** @var string */ + public $nickname; + /** @var bool */ + public $fancySig; + /** * @param PPFuzzTester $tester */