eZ\Publish\Core\REST\Client\Tests\Input\Parser\RelationTest::getContentServiceMock PHP Method

getContentServiceMock() protected method

protected getContentServiceMock ( ) : ContentService
return eZ\Publish\Core\REST\Client\ContentService
    protected function getContentServiceMock()
    {
        if (!isset($this->contentServiceMock)) {
            $this->contentServiceMock = $this->getMock('eZ\\Publish\\Core\\REST\\Client\\ContentService', array(), array(), '', false);
        }
        return $this->contentServiceMock;
    }