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
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$id integer
$printsHTML boolean
$scenarios string
$templatePath string

Méthodes publiques

Méthode Description
__construct ( mixed $out = NULL ) Constructor.

Méthodes protégées

Méthode 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 méthode

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

endRun() protected méthode

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

onTest() protected méthode

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

startClass() protected méthode

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

Property Details

$id protected_oe property

protected int $id
Résultat integer

$printsHTML protected_oe property

protected bool $printsHTML
Résultat boolean

$scenarios protected_oe property

protected string $scenarios
Résultat string

$templatePath protected_oe property

protected string $templatePath
Résultat string