eZ\Publish\Core\Persistence\Legacy\Tests\Content\StorageHandlerTest::getVersionInfoMock PHP Method

getVersionInfoMock() protected method

protected getVersionInfoMock ( )
    protected function getVersionInfoMock()
    {
        if (!isset($this->versionInfoMock)) {
            $this->versionInfoMock = $this->getMock('eZ\\Publish\\SPI\\Persistence\\Content\\VersionInfo');
        }
        return $this->versionInfoMock;
    }