PHP 클래스 Kahlan\Reporter\Tap

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_counter integer Store the current spec number.

공개 메소드들

메소드 설명
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.

메소드 상세

end() 공개 메소드

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

specEnd() 공개 메소드

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

start() 공개 메소드

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

프로퍼티 상세

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

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