X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpreprocessorFuzzTest.php;h=3a43ae8b5c1e1015bd4f182c3087dd96edf178b7;hb=3dbc58222c0270cedda17e5dfd397ffdf1d11ad9;hp=39b2ff03e86e042cc706c27ece47d1c365a46aea;hpb=1880c8401a0638be07a4fe5139ab425eb725e0ee;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 */