eZ\Publish\Core\Persistence\Legacy\Tests\Content\StorageRegistryTest::getStorageMock PHP Method

getStorageMock() protected method

Returns a mock for Storage.
protected getStorageMock ( ) : Storage
return Storage
    protected function getStorageMock()
    {
        return $this->getMock('eZ\\Publish\\SPI\\FieldType\\FieldStorage');
    }