PHP Class Kahlan\Reporter\Json

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

Protected Properties

Property Type Description
$_counter integer Store the current number of dots.
$_json array Store schema for JSON output

Public Methods

Method Description
end ( object $summary ) Callback called at the end of specs processing.
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.

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 number of dots.
protected int $_counter
return integer

$_json protected_oe property

Store schema for JSON output
protected array $_json
return array