MediaWiki  REL1_21
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 268 of file testHelpers.inc.


Member Function Documentation

DbTestRecorder::record ( test,
result 
)

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

Parameters:
$testString
$resultBoolean

Reimplemented from DbTestPreviewer.

Definition at line 310 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 275 of file testHelpers.inc.

References array(), echo, print, and version.


Member Data Documentation

DbTestRecorder::$version

Definition at line 269 of file testHelpers.inc.


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