PHP Class PHPUnit_Extensions_Story_ResultPrinter_HTML, qcodo

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

Protected Properties

Property Type Description
$id integer
$printsHTML boolean
$scenarios string
$templatePath string

Public Methods

Method Description
__construct ( mixed $out = NULL ) Constructor.

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

__construct() public method

Constructor.
public __construct ( mixed $out = NULL )
$out mixed

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

Property Details

$id protected property

protected int $id
return integer

$printsHTML protected property

protected bool $printsHTML
return boolean

$scenarios protected property

protected string $scenarios
return string

$templatePath protected property

protected string $templatePath
return string