PHP Class PHPUnit_Util_TestDox_ResultPrinter_Text, qcodo

Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Util_TestDox_ResultPrinter
Show file Open project: qcodo/qcodo Class Usage Examples

Protected Methods

Method Description
endClass ( string $name ) Handler for 'end class' event.
onTest ( string $name, boolean $success = TRUE ) Handler for 'on test' event.
startClass ( string $name ) Handler for 'start class' event.

Method Details

endClass() protected method

Handler for 'end class' event.
protected endClass ( string $name )
$name string

onTest() protected method

Handler for 'on test' event.
protected onTest ( string $name, boolean $success = TRUE )
$name string
$success boolean

startClass() protected method

Handler for 'start class' event.
protected startClass ( string $name )
$name string