Neos\Flow\Tests\Unit\Aop\Pointcut\PointcutExpressionParserTest::setup PHP Method

setup() public method

Setup
public setup ( ) : void
return void
    public function setup()
    {
        $this->mockObjectManager = $this->createMock(ObjectManagerInterface::class);
        $this->mockReflectionService = $this->getMockBuilder(ReflectionService::class)->disableOriginalConstructor()->getMock();
    }