Mutagenesis\Console::setDetailCaptures PHP Method

setDetailCaptures() protected static method

Set timeout in seconds to apply to each test run. The default timeout is 120 seconds.
protected static setDetailCaptures ( RunnerAbstract $runner )
$runner Mutagenesis\Runner\RunnerAbstract
    protected static function setDetailCaptures(\Mutagenesis\Runner\RunnerAbstract $runner)
    {
        if (isset(self::$_options['detail-captures'])) {
            $runner->setDetailCaptures(true);
        }
    }