MediaWiki REL1_32
|
Static Public Member Functions | |
static | edit ( $text, array $deletions, array $changes, $warningCallback=null) |
Protected Member Functions | |
emitComment ( $contents) | |
emitHooks ( $heading, $contents) | |
emitTest ( $test) | |
Private Member Functions | |
__construct ( $text, array $deletions, array $changes, $warningCallback) | |
execute () | |
getHeading ( $line) | |
parseHooks () | |
parseTest () | |
warning ( $text) | |
Private Attributes | |
$changes | |
$deletions | |
$lines | |
$numLines | |
$pos | |
$result | |
$warningCallback | |
Definition at line 3 of file TestFileEditor.php.
Definition at line 18 of file TestFileEditor.php.
References $changes, $deletions, and $warningCallback.
|
static |
Definition at line 12 of file TestFileEditor.php.
References $changes, $deletions, $editor, and $warningCallback.
Referenced by ParserEditTests\editTest().
|
protected |
Definition at line 142 of file TestFileEditor.php.
Referenced by execute().
|
protected |
Definition at line 193 of file TestFileEditor.php.
Referenced by parseHooks().
|
protected |
Definition at line 146 of file TestFileEditor.php.
References $changes, $section, and as.
Referenced by parseTest().
|
private |
Definition at line 28 of file TestFileEditor.php.
References $line, $pos, $section, as, emitComment(), getHeading(), parseHooks(), parseTest(), and warning().
|
private |
Definition at line 66 of file TestFileEditor.php.
References $line.
Referenced by execute(), parseHooks(), and parseTest().
|
private |
Definition at line 124 of file TestFileEditor.php.
References $line, emitHooks(), and getHeading().
Referenced by execute().
|
private |
Definition at line 74 of file TestFileEditor.php.
References $line, $section, emitTest(), and getHeading().
Referenced by execute().
|
private |
Definition at line 59 of file TestFileEditor.php.
References $warningCallback.
Referenced by execute().
|
private |
Definition at line 7 of file TestFileEditor.php.
Referenced by __construct(), edit(), and emitTest().
|
private |
Definition at line 6 of file TestFileEditor.php.
Referenced by __construct(), and edit().
|
private |
Definition at line 4 of file TestFileEditor.php.
|
private |
Definition at line 5 of file TestFileEditor.php.
|
private |
Definition at line 8 of file TestFileEditor.php.
Referenced by execute().
|
private |
Definition at line 10 of file TestFileEditor.php.
|
private |
Definition at line 9 of file TestFileEditor.php.
Referenced by __construct(), edit(), and warning().