eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldValueConverterRegistryTest::getFieldValueConverterMock PHP Method

getFieldValueConverterMock() protected method

Returns a mock for Storage.
protected getFieldValueConverterMock ( ) : Storage
return Storage
    protected function getFieldValueConverterMock()
    {
        return $this->getMock('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\FieldValue\\Converter');
    }