PhroznTest\Runner\CommandLine\CommandTest::getParseResult PHP Method

getParseResult() private method

private getParseResult ( $cmd )
    private function getParseResult($cmd)
    {
        $args = explode(' ', $cmd);
        return $this->parser->parse(count($args), $args);
    }