PHP Class Kahlan\Reporter\Tap

Inheritance: extends Kahlan\Reporter\Terminal
Datei anzeigen Open project: crysalead/kahlan

Protected Properties

Property Type Description
$_counter integer Store the current spec number.

Public Methods

Method Description
end ( object $summary ) Callback called at the end of specs processing.
specEnd ( object $log = null ) Callback called after a spec execution.
start ( array $args ) Callback called before any specs processing.

Method Details

end() public method

Callback called at the end of specs processing.
public end ( object $summary )
$summary object The execution summary instance.

specEnd() public method

Callback called after a spec execution.
public specEnd ( object $log = null )
$log object The log object of the whole spec.

start() public method

Callback called before any specs processing.
public start ( array $args )
$args array The suite arguments.

Property Details

$_counter protected_oe property

Store the current spec number.
protected int $_counter
return integer