PHP Класс Kahlan\Reporter\Coverage\Driver\Xdebug

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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. - `'coverage'` _integer_: the code coverage mask.

start() публичный Метод

Starts code coverage.
public start ( )

stop() публичный Метод

Stops code coverage.
public stop ( ) : array
Результат array The collected coverage

Описание свойств

$_config защищенное свойство

Config array
protected array $_config
Результат array