프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
public __construct ( array $config = [] ) | ||
$config | array | The config array. Possible options are: -`'columns'`: the max columns width for dot area. |