eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldHandlerTest::getFieldHandler PHP Method

getFieldHandler() protected method

Returns a FieldHandler to test.
protected getFieldHandler ( ) : FieldHandler
return eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler
    protected function getFieldHandler()
    {
        $mock = new FieldHandler($this->getContentGatewayMock(), $this->getMapperMock(), $this->getStorageHandlerMock(), $this->getLanguageHandler(), $this->getFieldTypeRegistryMock());
        return $mock;
    }