Property | Type | Description | |
---|---|---|---|
$_chars | var array | ||
$_color | var integer | ||
$_format | var string | ||
$_preferences | var array | ||
$_size | var integer |
Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
_progressBar ( ) | Ouputs the progress bar to STDOUT. |
public __construct ( array $config = [] ) | ||
$config | array | The config array. |