Public Member Functions | |
| start () | |
| record ($test, $result) | |
| end () | |
| ping ($status, $results=false) | |
| Inform a CodeReview instance that we've started or completed a test run. | |
| post ($url, $data) | |
Definition at line 1467 of file parserTests.inc.
| RemoteTestRecorder::end | ( | ) |
Reimplemented from TestRecorder.
Definition at line 1479 of file parserTests.inc.
References ping().
| RemoteTestRecorder::ping | ( | $ | status, | |
| $ | results = false | |||
| ) |
Inform a CodeReview instance that we've started or completed a test run.
..
| $remote | array: info on remote target | |
| $status | string: "running" - tell it we've started "complete" - provide test results array "abort" - something went horribly awry | |
| $data | array of test name => true/false |
Definition at line 1492 of file parserTests.inc.
References $code, $IP, $wgParserTestRemote, getSvnRevision(), post(), print, and wfDebug().
| RemoteTestRecorder::post | ( | $ | url, | |
| $ | data | |||
| ) |
| RemoteTestRecorder::record | ( | $ | test, | |
| $ | result | |||
| ) |
| RemoteTestRecorder::start | ( | ) |
Reimplemented from TestRecorder.
Definition at line 1468 of file parserTests.inc.
References ping().
1.5.9