PHP Class PHPUnit_Extensions_Story_ResultPrinter, qcodo

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

Méthodes publiques

Méthode Description
endTest ( PHPUnit_Framework_Test $test, float $time ) A test ended.

Méthodes protégées

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

Method Details

doEndClass() protected méthode

protected doEndClass ( )

endTest() public méthode

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

onTest() protected méthode

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