MediaWiki
1.30.0
|
Public Member Functions | |
setTestCase (PHPUnit_Framework_TestCase $testCase) | |
skipped ( $test, $reason) | |
Mark a test skipped. More... | |
Public Member Functions inherited from TestRecorder | |
end () | |
Called at the end of the parser test run. More... | |
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... | |
start () | |
Called at beginning of the parser test run. More... | |
startSuite ( $path) | |
Called before starting an input file. More... | |
startTest ( $test) | |
Called before starting a test. More... | |
warning ( $message) | |
Show a warning to the user. More... | |
Private Attributes | |
$testCase | |
Definition at line 3 of file PhpunitTestRecorder.php.
PhpunitTestRecorder::setTestCase | ( | PHPUnit_Framework_TestCase | $testCase | ) |
Definition at line 6 of file PhpunitTestRecorder.php.
References $testCase.
PhpunitTestRecorder::skipped | ( | $test, | |
$reason | |||
) |
Mark a test skipped.
string | $test | |
string | $reason |
Reimplemented from TestRecorder.
Definition at line 15 of file PhpunitTestRecorder.php.
|
private |
Definition at line 4 of file PhpunitTestRecorder.php.
Referenced by setTestCase().