Hal\MutaTesting\Runner\Adapter\AdapterInterface::runMutation PHP Method

runMutation() public method

Runs a mutation
public runMutation ( Hal\MutaTesting\Mutation\MutationInterface &$mutation, $options = [], $logFile = null, $prependFile = null ) : Hal\MutaTesting\Test\UnitInterface
$mutation Hal\MutaTesting\Mutation\MutationInterface
return Hal\MutaTesting\Test\UnitInterface
    public function runMutation(MutationInterface &$mutation, $options = array(), $logFile = null, $prependFile = null);