PHP Class Kahlan\Reporter\Coverage\Driver\HHVM

Datei anzeigen Open project: crysalead/kahlan

Protected Properties

Property Type Description
$_config array Config array

Public Methods

Method Description
__construct ( array $config = [] ) The Constructor.
start ( ) Starts code coverage.
stop ( ) : array Stops code coverage.

Method Details

__construct() public method

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() public method

Starts code coverage.
public start ( )

stop() public method

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

Property Details

$_config protected_oe property

Config array
protected array $_config
return array