PhpParser\Parser\MultipleTest::getParser PHP Method

getParser() protected method

This provider is for the generic parser tests, just pick an arbitrary order here
protected getParser ( Lexer $lexer )
$lexer PhpParser\Lexer
    protected function getParser(Lexer $lexer)
    {
        return new Multiple([new Php5($lexer), new Php7($lexer)]);
    }