MediaWiki  REL1_19
PPFuzzTester Class Reference

List of all members.

Public Member Functions

 execute ()
 makeInputText ($max=false)
 makeTitle ()
 pickEntryPoint ()

Public Attributes

 $entryPoints = array( 'testSrvus', 'testPst', 'testPreprocess' )
 $hairs
 $maxLength = 20
 $maxTemplates = 5
 $minLength = 0
 $verbose = false

Static Public Attributes

static $currentTest = false

Detailed Description

Definition at line 28 of file preprocessorFuzzTest.php.


Member Function Documentation

Definition at line 50 of file preprocessorFuzzTest.php.

References $t, echo, MWException\getText(), and print.

Here is the call graph for this function:

Definition at line 107 of file preprocessorFuzzTest.php.

References $wgContLang.

Definition at line 126 of file preprocessorFuzzTest.php.

References Title\newFromText().

Here is the call graph for this function:

Definition at line 136 of file preprocessorFuzzTest.php.

References $count.


Member Data Documentation

PPFuzzTester::$currentTest = false [static]

Definition at line 48 of file preprocessorFuzzTest.php.

PPFuzzTester::$entryPoints = array( 'testSrvus', 'testPst', 'testPreprocess' )

Definition at line 46 of file preprocessorFuzzTest.php.

PPFuzzTester::$hairs
Initial value:
 array(
                '[[', ']]', '{{', '{{', '}}', '}}', '{{{', '}}}',
                '<', '>', '<nowiki', '<gallery', '</nowiki>', '</gallery>', '<nOwIkI>', '</NoWiKi>',
                '<!--' , '-->',
                "\n==", "==\n",
                '|', '=', "\n", ' ', "\t", "\x7f",
                '~~', '~~~', '~~~~', 'subst:',
                'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
                'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',

                
                
        )

Definition at line 29 of file preprocessorFuzzTest.php.

PPFuzzTester::$maxLength = 20

Definition at line 43 of file preprocessorFuzzTest.php.

PPFuzzTester::$maxTemplates = 5

Definition at line 44 of file preprocessorFuzzTest.php.

PPFuzzTester::$minLength = 0

Definition at line 42 of file preprocessorFuzzTest.php.

PPFuzzTester::$verbose = false

Definition at line 47 of file preprocessorFuzzTest.php.


The documentation for this class was generated from the following file: