PHP 클래스 Kahlan\Reporter\Json

상속: extends Kahlan\Reporter\Terminal
파일 보기 프로젝트 열기: crysalead/kahlan

보호된 프로퍼티들

프로퍼티 타입 설명
$_counter integer Store the current number of dots.
$_json array Store schema for JSON output

공개 메소드들

메소드 설명
end ( object $summary ) Callback called at the end of specs processing.
start ( array $args ) Callback called before any specs processing.

메소드 상세

end() 공개 메소드

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

start() 공개 메소드

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

프로퍼티 상세

$_counter 보호되어 있는 프로퍼티

Store the current number of dots.
protected int $_counter
리턴 integer

$_json 보호되어 있는 프로퍼티

Store schema for JSON output
protected array $_json
리턴 array