PHP 클래스 Kahlan\Reporter\Dot

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_columns integer The max number of columns.
$_counter integer Store the current number of dots.
$_dotWidth integer The dot area with.

공개 메소드들

메소드 설명
__construct ( array $config = [] ) Constructor
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.

보호된 메소드들

메소드 설명
_write ( string $string, array | string $options = null ) Outputs the string message in the console.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $config = [] )
$config array The config array. Possible options are: -`'columns'`: the max columns width for dot area.

_write() 보호된 메소드

Outputs the string message in the console.
protected _write ( string $string, array | string $options = null )
$string string The string message.
$options array | string The color options.

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 array.

프로퍼티 상세

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

The max number of columns.
protected int $_columns
리턴 integer

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

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

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

The dot area with.
protected int $_dotWidth
리턴 integer