MediaWiki  REL1_24
DbTestRecorder Class Reference
Inheritance diagram for DbTestRecorder:
Collaboration diagram for DbTestRecorder:

List of all members.

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

Detailed Description

Definition at line 311 of file testHelpers.inc.


Member Function Documentation

DbTestRecorder::record ( test,
result 
)

Record an individual test item's success or failure to the db.

Parameters:
string$test
bool$result

Reimplemented from DbTestPreviewer.

Definition at line 353 of file testHelpers.inc.

References $result, $test, and array().

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.

References array(), print, and version.


Member Data Documentation

DbTestRecorder::$version

Definition at line 312 of file testHelpers.inc.


The documentation for this class was generated from the following file: