eZ\Publish\Core\REST\Client\Tests\Input\Parser\RelationTest::getContentServiceMock PHP 메소드

getContentServiceMock() 보호된 메소드

protected getContentServiceMock ( ) : ContentService
리턴 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;
    }