eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\UpdateHandler\DoctrineDatabaseTest::getUpdateHandler PHP Метод

getUpdateHandler() защищенный Метод

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