Phlexy\Lexer\Stateless\WithoutCapturingGroupsTest::createLexerFactory PHP Method

createLexerFactory() public method

public createLexerFactory ( )
    public function createLexerFactory()
    {
        return new \Phlexy\LexerFactory\Stateless\WithoutCapturingGroups(new \Phlexy\LexerDataGenerator());
    }
WithoutCapturingGroupsTest