MediaWiki REL1_33
|
Public Member Functions | |
__construct (IMaintainableDatabase $db) | |
end () | |
Commit transaction and clean up for result recording. | |
record ( $test, ParserTestResult $result) | |
Record an individual test item's success or failure to the db. | |
start () | |
Set up result recording; insert a record for the run with the date and all that fun stuff. | |
Public Member Functions inherited from TestRecorder | |
endSuite ( $path) | |
Called after ending an input file. | |
report () | |
Called before finishing the test run. | |
skipped ( $test, $subtest) | |
Mark a test skipped. | |
startSuite ( $path) | |
Called before starting an input file. | |
startTest ( $test) | |
Called before starting a test. | |
warning ( $message) | |
Show a warning to the user. | |
Public Attributes | |
$version | |
Private Attributes | |
Database | $db |
Definition at line 24 of file DbTestRecorder.php.
DbTestRecorder::__construct | ( | IMaintainableDatabase | $db | ) |
Definition at line 29 of file DbTestRecorder.php.
References $db.
DbTestRecorder::end | ( | ) |
Commit transaction and clean up for result recording.
Reimplemented from TestRecorder.
Definition at line 84 of file DbTestRecorder.php.
DbTestRecorder::record | ( | $test, | |
ParserTestResult | $result | ||
) |
Record an individual test item's success or failure to the db.
array | $test | |
ParserTestResult | $result |
Reimplemented from TestRecorder.
Definition at line 71 of file DbTestRecorder.php.
DbTestRecorder::start | ( | ) |
Set up result recording; insert a record for the run with the date and all that fun stuff.
Reimplemented from TestRecorder.
Definition at line 37 of file DbTestRecorder.php.
References DatabaseUpdater\newForDB(), and print.
|
private |
Definition at line 27 of file DbTestRecorder.php.
Referenced by __construct().
DbTestRecorder::$version |
Definition at line 25 of file DbTestRecorder.php.