mageekguy\atoum\scripts\runner::parseArguments PHP Метод

parseArguments() защищенный Метод

protected parseArguments ( array $arguments )
$arguments array
    protected function parseArguments(array $arguments)
    {
        $configTestPaths = $this->runner->getTestPaths();
        $this->runner->resetTestPaths();
        parent::parseArguments($arguments);
        $this->runner->setTestPaths($this->runner->getTestPaths() ?: $configTestPaths);
        return $this;
    }