eZ\Bundle\EzPublishRestBundle\Tests\Routing\OptionsLoaderTest::getRouteCollectionMapperMock PHP Method

getRouteCollectionMapperMock() protected method

protected getRouteCollectionMapperMock ( ) : PHPUnit_Framework_MockObject_MockObject
return PHPUnit_Framework_MockObject_MockObject
    protected function getRouteCollectionMapperMock()
    {
        if (!isset($this->routeCollectionMapperMock)) {
            $this->routeCollectionMapperMock = $this->getMockBuilder('eZ\\Bundle\\EzPublishRestBundle\\Routing\\OptionsLoader\\RouteCollectionMapper')->disableOriginalConstructor()->getMock();
        }
        return $this->routeCollectionMapperMock;
    }