MediaWiki  REL1_19
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 249 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 291 of file testHelpers.inc.

References $result, and $test.

Set up result recording; insert a record for the run with the date and all that fun stuff.

Reimplemented from DbTestPreviewer.

Definition at line 256 of file testHelpers.inc.

References echo, and print.


Member Data Documentation

DbTestRecorder::$version

Definition at line 250 of file testHelpers.inc.


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