PHP Class Hal\MutaTesting\Runner\Adapter\PHPUnitAdapter

Inheritance: extends BaseAdapter, implements Hal\MutaTesting\Runner\Adapter\AdapterInterface
Show file Open project: halleck45/mutatesting Class Usage Examples

Public Methods

Method Description
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 )

Method Details

parseTestedFiles() public method

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
return Hal\MutaTesting\Test\UnitInterface

run() public method

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