eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\UpdateHandler\DoctrineDatabaseTest::getUpdateHandler PHP Method

getUpdateHandler() protected method

Returns the Update Handler to test.
protected getUpdateHandler ( ) : DoctrineDatabase
return eZ\Publish\Core\Persistence\Legacy\Content\Type\Update\Handler\DoctrineDatabase
    protected function getUpdateHandler()
    {
        return new DoctrineDatabase($this->getGatewayMock(), $this->getContentUpdaterMock());
    }