PHP Class PHPUnit_Extensions_Story_ResultPrinter, qcodo

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

Public Methods

Method Description
endTest ( PHPUnit_Framework_Test $test, float $time ) A test ended.

Protected Methods

Method Description
doEndClass ( )
onTest ( string $name, boolean $success = TRUE, array $steps = [] ) Handler for 'on test' event.

Method Details

doEndClass() protected method

protected doEndClass ( )

endTest() public method

A test ended.
public endTest ( PHPUnit_Framework_Test $test, float $time )
$test PHPUnit_Framework_Test
$time float

onTest() protected method

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