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

runTests() public method

Run specific tests
See also: Adapter::run()
public runTests ( Hal\MutaTesting\Test\UnitCollectionInterface $collection, array $options = [], string $logFile = null, string $prependFile = null )
$collection Hal\MutaTesting\Test\UnitCollectionInterface
$options array
$logFile string
$prependFile string
    public function runTests(UnitCollectionInterface $collection, array $options = array(), $logFile = null, $prependFile = null);