eZ\Publish\Core\REST\Client\Tests\Input\Parser\ContentTest::getVersionInfoParserMock PHP Method

getVersionInfoParserMock() protected method

protected getVersionInfoParserMock ( ) : VersionInfo
return eZ\Publish\Core\REST\Client\Input\Parser\VersionInfo
    protected function getVersionInfoParserMock()
    {
        if (!isset($this->versionInfoParserMock)) {
            $this->versionInfoParserMock = $this->getMock('eZ\\Publish\\Core\\REST\\Client\\Input\\Parser\\VersionInfo', array(), array(), '', false);
        }
        return $this->versionInfoParserMock;
    }