78 public function skipped( $test, $subtest ) {
90 public function end() {
Represent the result of a parser test.
Interface to record parser test results.
endSuite( $path)
Called after ending an input file.
end()
Called at the end of the parser test run.
startSuite( $path)
Called before starting an input file.
startTest( $test)
Called before starting a test.
skipped( $test, $subtest)
Mark a test skipped.
start()
Called at beginning of the parser test run.
record( $test, ParserTestResult $result)
Called after each test.
report()
Called before finishing the test run.
warning( $message)
Show a warning to the user.