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

testParsingExpression() public method

Tests parsing
public testParsingExpression ( $pointcutExpression )
    public function testParsingExpression($pointcutExpression)
    {
        $stream = $this->lexer->lex($pointcutExpression);
        $result = $this->parser->parse($stream);
        $this->assertNotNull($result);
    }