PHP Class PHPUnit_Extensions_Story_ResultPrinter_Text, qcodo

Author: Mattis Stordalen Flister ([email protected])
Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Extensions_Story_ResultPrinter
Show file Open project: qcodo/qcodo

Protected Methods

Method Description
endRun ( ) Handler for 'end run' event.
onTest ( string $name, boolean $success = TRUE, array $steps = [] ) Handler for 'on test' event.
startClass ( string $name ) Handler for 'start class' event.

Method Details

endRun() protected method

Handler for 'end run' event.
protected endRun ( )

onTest() protected method

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

startClass() protected method

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