PHP Класс Hal\MutaTesting\Runner\Adapter\PHPUnitAdapter

Наследование: extends BaseAdapter, implements Hal\MutaTesting\Runner\Adapter\AdapterInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
parseTestedFiles ( Hal\MutaTesting\Test\UnitInterface &$unit ) : Hal\MutaTesting\Test\UnitInterface Parse tested files of the unit test and injects them in Unit::setTestedFiles()
run ( $path = null, array $options = [], $logFile = null, $prependFile = null, callable $callback = null )

Описание методов

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

Parse tested files of the unit test and injects them in Unit::setTestedFiles()
public parseTestedFiles ( Hal\MutaTesting\Test\UnitInterface &$unit ) : Hal\MutaTesting\Test\UnitInterface
$unit Hal\MutaTesting\Test\UnitInterface
Результат Hal\MutaTesting\Test\UnitInterface

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

public run ( $path = null, array $options = [], $logFile = null, $prependFile = null, callable $callback = null )
$options array
$callback callable