PHP Class Kahlan\Reporter\Coverage\Driver\HHVM

Afficher le fichier Open project: crysalead/kahlan

Protected Properties

Свойство Type Description
$_config array Config array

Méthodes publiques

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

Method Details

__construct() public méthode

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 méthode

Starts code coverage.
public start ( )

stop() public méthode

Stops code coverage.
public stop ( ) : array
Résultat array The collected coverage

Property Details

$_config protected_oe property

Config array
protected array $_config
Résultat array