Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / maintenance / preprocessorFuzzTest.php
index 39b2ff0..3a43ae8 100644 (file)
@@ -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
         */