MediaWiki
1.30.0
|
This is a TestRecorder responsible for printing information about progress, success and failure to the console. More...
Public Member Functions | |
__construct ( $term, $options) | |
endSuite ( $path) | |
Called after ending an input file. More... | |
record ( $test, ParserTestResult $result) | |
Called after each test. More... | |
report () | |
Called before finishing the test run. More... | |
skipped ( $test, $subtest) | |
Mark a test skipped. More... | |
start () | |
Called at beginning of the parser test run. More... | |
startSuite ( $path) | |
Show "Reading tests from ...". More... | |
startTest ( $test) | |
Called before starting a test. More... | |
warning ( $message) | |
Show a warning to the user. More... | |
Public Member Functions inherited from TestRecorder | |
end () | |
Called at the end of the parser test run. More... | |
Private Member Functions | |
colorDiff ( $text) | |
Colorize unified diff output if set for ANSI color output. More... | |
dumpToFile ( $data, $filename) | |
Write the given string to a file, adding a final newline. More... | |
extractFragment ( $text, $position) | |
quickDiff ( $input, $output, $inFileTail='expected', $outFileTail='actual') | |
Run given strings through a diff and return the (colorized) output. More... | |
reportPercentage ( $success, $total) | |
showFailure (ParserTestResult $testResult) | |
Print a failure message and provide some explanatory output about what went wrong if so configured. More... | |
showSuccess (ParserTestResult $testResult) | |
Print a happy success message. More... | |
showTesting ( $desc) | |
wellFormed ( $text) | |
Private Attributes | |
$markWhitespace | |
$showDiffs | |
$showFailure | |
$showOutput | |
$showProgress | |
$skipped | |
$success | |
$term | |
$total | |
$useDwdiff | |
$xmlError | |
This is a TestRecorder responsible for printing information about progress, success and failure to the console.
It is specific to the parserTests.php frontend.
Definition at line 27 of file ParserTestPrinter.php.
ParserTestPrinter::__construct | ( | $term, | |
$options | |||
) |
Definition at line 40 of file ParserTestPrinter.php.
References $options, $term, showFailure(), and term().
|
private |
Colorize unified diff output if set for ANSI color output.
Subtractions are colored blue, additions red.
string | $text |
Definition at line 221 of file ParserTestPrinter.php.
References term().
Referenced by quickDiff().
|
private |
Write the given string to a file, adding a final newline.
string | $data | |
string | $filename |
Definition at line 208 of file ParserTestPrinter.php.
Referenced by quickDiff().
ParserTestPrinter::endSuite | ( | $path | ) |
Called after ending an input file.
Reimplemented from TestRecorder.
Definition at line 86 of file ParserTestPrinter.php.
|
private |
Definition at line 256 of file ParserTestPrinter.php.
References term().
Referenced by wellFormed().
|
private |
Run given strings through a diff and return the (colorized) output.
Requires writable /tmp directory and a 'diff' command in the PATH.
string | $input | |
string | $output | |
string | $inFileTail | Tailing for the input file name |
string | $outFileTail | Tailing for the output file name |
Definition at line 156 of file ParserTestPrinter.php.
References $input, $output, $wgDiff3, colorDiff(), dumpToFile(), global, wfEscapeShellArg(), wfIsWindows(), wfShellExec(), and wfTempDir().
Referenced by showFailure().
ParserTestPrinter::record | ( | $test, | |
ParserTestResult | $result | ||
) |
Called after each test.
array | $test | |
ParserTestResult | $result |
Reimplemented from TestRecorder.
Definition at line 90 of file ParserTestPrinter.php.
References showFailure(), and showSuccess().
ParserTestPrinter::report | ( | ) |
Called before finishing the test run.
Reimplemented from TestRecorder.
Definition at line 301 of file ParserTestPrinter.php.
References reportPercentage(), and term().
|
private |
Definition at line 309 of file ParserTestPrinter.php.
References $success, $total, skipped(), term(), and wfPercent().
Referenced by report().
|
private |
Print a failure message and provide some explanatory output about what went wrong if so configured.
ParserTestResult | $testResult |
Definition at line 120 of file ParserTestPrinter.php.
References ParserTestResult\getDescription(), quickDiff(), showTesting(), term(), and wellFormed().
Referenced by __construct(), and record().
|
private |
Print a happy success message.
ParserTestResult | $testResult |
Definition at line 107 of file ParserTestPrinter.php.
References term().
Referenced by record().
|
private |
Definition at line 70 of file ParserTestPrinter.php.
Referenced by showFailure(), and startTest().
ParserTestPrinter::skipped | ( | $test, | |
$subtest | |||
) |
Mark a test skipped.
string | $test | |
string | $subtest |
Reimplemented from TestRecorder.
Definition at line 294 of file ParserTestPrinter.php.
References term().
Referenced by reportPercentage(), and start().
ParserTestPrinter::start | ( | ) |
Called at beginning of the parser test run.
Reimplemented from TestRecorder.
Definition at line 58 of file ParserTestPrinter.php.
References skipped().
ParserTestPrinter::startSuite | ( | $path | ) |
Show "Reading tests from ...".
string | $path |
Reimplemented from TestRecorder.
Definition at line 79 of file ParserTestPrinter.php.
References term().
ParserTestPrinter::startTest | ( | $test | ) |
Called before starting a test.
Reimplemented from TestRecorder.
Definition at line 64 of file ParserTestPrinter.php.
References showTesting().
ParserTestPrinter::warning | ( | $message | ) |
Show a warning to the user.
string | $message |
Reimplemented from TestRecorder.
Definition at line 285 of file ParserTestPrinter.php.
|
private |
Definition at line 229 of file ParserTestPrinter.php.
References $html, $parser, and extractFragment().
Referenced by showFailure().
|
private |
Definition at line 37 of file ParserTestPrinter.php.
|
private |
Definition at line 32 of file ParserTestPrinter.php.
|
private |
Definition at line 34 of file ParserTestPrinter.php.
|
private |
Definition at line 35 of file ParserTestPrinter.php.
|
private |
Definition at line 33 of file ParserTestPrinter.php.
|
private |
Definition at line 30 of file ParserTestPrinter.php.
|
private |
Definition at line 29 of file ParserTestPrinter.php.
Referenced by reportPercentage().
|
private |
Definition at line 31 of file ParserTestPrinter.php.
Referenced by __construct().
|
private |
Definition at line 28 of file ParserTestPrinter.php.
Referenced by reportPercentage().
|
private |
Definition at line 36 of file ParserTestPrinter.php.
|
private |
Definition at line 38 of file ParserTestPrinter.php.