PhpParser\LexerTest::getLexer PHP Method

getLexer() protected method

* To allow overwriting in parent class
protected getLexer ( array $options = [] )
$options array
    protected function getLexer(array $options = array())
    {
        return new Lexer($options);
    }