PHP 클래스 Kahlan\Reporter\Bar

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_chars var array
$_color var integer
$_format var string
$_preferences var array
$_size var integer

공개 메소드들

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

보호된 메소드들

메소드 설명
_progressBar ( ) Ouputs the progress bar to STDOUT.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $config = [] )
$config array The config array.

_progressBar() 보호된 메소드

Ouputs the progress bar to STDOUT.
protected _progressBar ( )

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.

프로퍼티 상세

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

var array
protected $_chars

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

var integer
protected $_color

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

var string
protected $_format

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

var array
protected $_preferences

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

var integer
protected $_size