Public Member Functions | |
| __construct ($parent) | |
| start () | |
| record ($test, $result) | |
| end () | |
| report () | |
| reportPercentage ($success, $total) | |
Public Attributes | |
| $parent | |
| $term | |
Definition at line 1176 of file parserTests.inc.
| TestRecorder::__construct | ( | $ | parent | ) |
Reimplemented in DbTestPreviewer.
Definition at line 1180 of file parserTests.inc.
References $parent.
| TestRecorder::end | ( | ) |
Reimplemented in DbTestPreviewer, and RemoteTestRecorder.
Definition at line 1195 of file parserTests.inc.
| TestRecorder::record | ( | $ | test, | |
| $ | result | |||
| ) |
Reimplemented in DbTestPreviewer, DbTestRecorder, RemoteTestRecorder, and PHPUnitTestRecorder.
Definition at line 1190 of file parserTests.inc.
References $result.
| TestRecorder::report | ( | ) |
Reimplemented in DbTestPreviewer.
Definition at line 1199 of file parserTests.inc.
References reportPercentage(), and wfDie().
| TestRecorder::reportPercentage | ( | $ | success, | |
| $ | total | |||
| ) |
Reimplemented in PHPUnitTestRecorder.
Definition at line 1207 of file parserTests.inc.
References $failed, $success, $total, print, and wfPercent().
Referenced by report().
| TestRecorder::start | ( | ) |
Reimplemented in DbTestPreviewer, DbTestRecorder, and RemoteTestRecorder.
Definition at line 1185 of file parserTests.inc.
| TestRecorder::$parent |
Definition at line 1177 of file parserTests.inc.
Referenced by DbTestPreviewer::__construct(), and __construct().
| TestRecorder::$term |
Definition at line 1178 of file parserTests.inc.
1.5.9