PHP 클래스 Kahlan\Reporter\Coverage\Driver\HHVM

파일 보기 프로젝트 열기: crysalead/kahlan

보호된 프로퍼티들

프로퍼티 타입 설명
$_config array Config array

공개 메소드들

메소드 설명
__construct ( array $config = [] ) The Constructor.
start ( ) Starts code coverage.
stop ( ) : array Stops code coverage.

메소드 상세

__construct() 공개 메소드

The Constructor.
public __construct ( array $config = [] )
$config array The options array, possible options are: - `'cleanup'` _boolean_: indicated if the coverage should be flushed on stop.

start() 공개 메소드

Starts code coverage.
public start ( )

stop() 공개 메소드

Stops code coverage.
public stop ( ) : array
리턴 array The collected coverage

프로퍼티 상세

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

Config array
protected array $_config
리턴 array