MediaWiki REL1_35
|
Public Member Functions | |
__construct ( $tester) | |
execute () | |
getReport () | |
templateHook ( $title) | |
Public Attributes | |
$entryPoint | |
bool | $fancySig |
$mainText | |
string | $nickname |
$output | |
array[] | $templates |
-var array<string,array{text:string|false,finalTitle:Title}> | |
$title | |
Private Attributes | |
PPFuzzTester | $parent |
Definition at line 151 of file preprocessorFuzzTest.php.
PPFuzzTest::__construct | ( | $tester | ) |
PPFuzzTester | $tester |
Definition at line 169 of file preprocessorFuzzTest.php.
References $wgMaxSigChars.
PPFuzzTest::execute | ( | ) |
Definition at line 213 of file preprocessorFuzzTest.php.
References $output, and wfTimestampNow().
PPFuzzTest::getReport | ( | ) |
Definition at line 238 of file preprocessorFuzzTest.php.
References $s.
PPFuzzTest::templateHook | ( | $title | ) |
Title | $title |
Definition at line 185 of file preprocessorFuzzTest.php.
References $title.
PPFuzzTest::$entryPoint |
Definition at line 157 of file preprocessorFuzzTest.php.
bool PPFuzzTest::$fancySig |
Definition at line 164 of file preprocessorFuzzTest.php.
PPFuzzTest::$mainText |
Definition at line 157 of file preprocessorFuzzTest.php.
string PPFuzzTest::$nickname |
Definition at line 162 of file preprocessorFuzzTest.php.
PPFuzzTest::$output |
Definition at line 157 of file preprocessorFuzzTest.php.
Referenced by execute().
|
private |
Definition at line 160 of file preprocessorFuzzTest.php.
array [] PPFuzzTest::$templates |
-var array<string,array{text:string|false,finalTitle:Title}>
Definition at line 156 of file preprocessorFuzzTest.php.
PPFuzzTest::$title |
Definition at line 157 of file preprocessorFuzzTest.php.
Referenced by templateHook().