MediaWiki
REL1_24
|
Public Member Functions | |
record ($test, $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 Attributes | |
$version |
Definition at line 311 of file testHelpers.inc.
DbTestRecorder::record | ( | $ | test, |
$ | result | ||
) |
Record an individual test item's success or failure to the db.
string | $test | |
bool | $result |
Reimplemented from DbTestPreviewer.
Definition at line 353 of file testHelpers.inc.
Set up result recording; insert a record for the run with the date and all that fun stuff.
Reimplemented from DbTestPreviewer.
Definition at line 318 of file testHelpers.inc.
DbTestRecorder::$version |
Definition at line 312 of file testHelpers.inc.