MediaWiki
1.23.2
|
Public Member Functions | |
record ( $test, $result) | |
Record an individual test item's success or failure to the db. More... | |
start () | |
Set up result recording; insert a record for the run with the date and all that fun stuff. More... | |
Public Member Functions inherited from DbTestPreviewer | |
__construct ( $parent) | |
This should be called before the table prefix is changed. More... | |
end () | |
Commit transaction and clean up for result recording. More... | |
report () | |
Called before finishing the test run. More... | |
Public Member Functions inherited from TestRecorder | |
reportPercentage ( $success, $total) | |
Public Attributes | |
$version | |
Public Attributes inherited from TestRecorder | |
$parent | |
$term | |
Additional Inherited Members | |
Protected Attributes inherited from DbTestPreviewer | |
$curRun | |
$db | |
$lb | |
$prevRun | |
$results | |
Definition at line 297 of file testHelpers.inc.
DbTestRecorder::record | ( | $test, | |
$result | |||
) |
Record an individual test item's success or failure to the db.
$test | String |
$result | Boolean |
Reimplemented from DbTestPreviewer.
Definition at line 339 of file testHelpers.inc.
DbTestRecorder::start | ( | ) |
Set up result recording; insert a record for the run with the date and all that fun stuff.
Reimplemented from DbTestPreviewer.
Definition at line 304 of file testHelpers.inc.
DbTestRecorder::$version |
Definition at line 298 of file testHelpers.inc.
Referenced by start().