4 * A parser used during article insertion which does nothing, to avoid
5 * unnecessary log noise and other interference with debugging.
7 class ParserTestMockParser
{
8 public function preSaveTransform( $text, Title
$title, User
$user,
9 ParserOptions
$options, $clearState = true
14 public function parse(
15 $text, Title
$title, ParserOptions
$options,
16 $linestart = true, $clearState = true, $revid = null
18 return new ParserOutput
;