MediaWiki  REL1_22
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 297 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 339 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 304 of file testHelpers.inc.

References array(), print, and version.


Member Data Documentation

DbTestRecorder::$version

Definition at line 298 of file testHelpers.inc.


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