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

run() public method

Run tests
public run ( string $path = null, array $options = [], string $logFile = null, string $prependFile = null, callable $callback = null ) : string
$path string
$options array
$logFile string
$prependFile string
$callback callable
return string $output
    public function run($path = null, array $options = array(), $logFile = null, $prependFile = null, callable $callback = null);