Public Member Functions | |
| showTesting ($desc) | |
| "Running test $desc..." | |
| showRunFile ($path) | |
| Show "Reading tests from ...". | |
| showSuccess ($desc) | |
| Print a happy success message. | |
| showFailure ($desc, $expected, $got) | |
| Print a failure message and provide some explanatory output about what went wrong if so configured. | |
Definition at line 265 of file MediaWikiParserTest.php.
| PTShell::showFailure | ( | $ | desc, | |
| $ | result, | |||
| $ | html | |||
| ) |
Print a failure message and provide some explanatory output about what went wrong if so configured.
| string | $desc The test name | |
| string | $result Expected HTML output | |
| string | $html Actual HTML output |
Reimplemented from ParserTest.
Definition at line 277 of file MediaWikiParserTest.php.
| PTShell::showRunFile | ( | $ | path | ) |
Show "Reading tests from ...".
| String | $path |
Reimplemented from ParserTest.
Definition at line 269 of file MediaWikiParserTest.php.
| PTShell::showSuccess | ( | $ | desc | ) |
Print a happy success message.
| string | $desc The test name |
Reimplemented from ParserTest.
Definition at line 272 of file MediaWikiParserTest.php.
| PTShell::showTesting | ( | $ | desc | ) |
"Running test $desc..."
Reimplemented from ParserTest.
Definition at line 266 of file MediaWikiParserTest.php.
1.5.9