| BasicMinimalUpdatePath | modules/simpletest/tests/upgrade/upgrade.test | Performs point release update tests on a bare database. |
| BasicStandardUpdatePath | modules/simpletest/tests/upgrade/upgrade.test | Performs point release update tests on a bare database. |
| DatabaseUpdateComplexTestCase | modules/simpletest/tests/database_test.test | Tests for more complex update statements. |
| DatabaseUpdateLOBTestCase | modules/simpletest/tests/database_test.test | Test update queries involving LOB values. |
| DatabaseUpdateTestCase | modules/simpletest/tests/database_test.test | Update builder tests. |
| DrupalUpdateException | includes/update.inc | @class Exception class used to throw error if a module update fails. |
| FieldUpdateForbiddenException | modules/field/field.module | Exception class thrown by hook_field_update_forbid(). |
| FieldUpdatePathTestCase | modules/simpletest/tests/upgrade/update.field.test | Tests the Field 7.0 -> 7.x update path. |
| FilledMinimalUpdatePath | modules/simpletest/tests/upgrade/upgrade.test | Performs point release update tests on a populated database. |
| FilledStandardUpdatePath | modules/simpletest/tests/upgrade/upgrade.test | Performs point release update tests on a 'filled' database. |
| ModuleUpdater | modules/system/system.updater.inc | Class for updating modules using FileTransfer classes via authorize.php. |
| ThemeUpdater | modules/system/system.updater.inc | Class for updating themes using FileTransfer classes via authorize.php. |
| TriggerUpdatePathTestCase | modules/simpletest/tests/upgrade/update.trigger.test | Tests the Trigger 7.0 -> 7.x upgrade path. |
| UpdateCoreTestCase | modules/update/update.test | |
| UpdateCoreUnitTestCase | modules/update/update.test | |
| UpdateDependencyHookInvocationTestCase | modules/simpletest/tests/update.test | Tests for the invocation of hook_update_dependencies(). |
| UpdateDependencyMissingTestCase | modules/simpletest/tests/update.test | Tests for missing update dependencies. |
| UpdateDependencyOrderingTestCase | modules/simpletest/tests/update.test | Tests for the update dependency ordering system. |
| UpdateFeedItemTestCase | modules/aggregator/aggregator.test | |
| UpdateFeedTestCase | modules/aggregator/aggregator.test | |
| UpdatePathTestCase | modules/simpletest/tests/upgrade/upgrade.test | Performs end-to-end point test of the release update path. |
| UpdateQuery | includes/database/query.inc | General class for an abstracted UPDATE operation. |
| UpdateQuery_pgsql | includes/database/pgsql/query.inc | |
| UpdateQuery_sqlite | includes/database/sqlite/query.inc | SQLite specific implementation of UpdateQuery. |
| Updater | includes/updater.inc | Base class for Updaters used in Drupal. |
| UpdaterException | includes/updater.inc | Exception class for the Updater class hierarchy. |
| UpdaterFileTransferException | includes/updater.inc | Child class of UpdaterException that indicates a FileTransfer exception. |
| UpdateScriptFunctionalTest | modules/system/system.test | Tests for the update system functionality. |
| UpdateTestContribCase | modules/update/update.test | |
| UpdateTestFileTransfer | modules/update/tests/update_test.module | Mock FileTransfer object to test the settings form functionality. |
| UpdateTestHelper | modules/update/update.test | Base class to define some shared functions used by all update tests. |
| UpdateTestUploadCase | modules/update/update.test | |
| UserUpdatePathTestCase | modules/simpletest/tests/upgrade/update.user.test | Tests the User 7.0 -> 7.x update path. |
| views_handler_field_ncs_last_updated | modules/comment/views_handler_field_ncs_last_updated.inc | Field handler to display the newer of last comment / node updated. |
| views_handler_filter_ncs_last_updated | modules/comment/views_handler_filter_ncs_last_updated.inc | Filter handler for the newer of last comment / node updated. |
| views_handler_sort_ncs_last_updated | modules/comment/views_handler_sort_ncs_last_updated.inc | Sort handler for the newer of last comment / node updated. |