Go\Aop\Pointcut\PointcutParserTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->lexer = new PointcutLexer();
        $container = $this->getMock(AspectContainer::class);
        $annotReader = $this->getMock(Reader::class);
        $this->parser = new PointcutParser(new PointcutGrammar($container, $annotReader));
    }