Search for date
Title | Object type | File name | Summary |
---|---|---|---|
update.settings.inc | file | modules/ |
Code required only for the update status settings form. |
update.test | file | modules/ |
This file contains tests for the Update Manager module. |
update.test | file | modules/ |
Tests for the update system. |
update.trigger.test | file | modules/ |
Provides upgrade path tests for the Trigger module. |
update.user.test | file | modules/ |
Provides update path tests for the User module. |
UpdateCoreTestCase | class | modules/ |
Tests behavior related to discovering and listing updates to Drupal core. |
UpdateCoreTestCase::getInfo | function | modules/ |
|
UpdateCoreTestCase::setSystemInfo7_0 | function | modules/ |
Sets the version to 7.0 when no project-specific mapping is defined. |
UpdateCoreTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UpdateCoreTestCase::testDatestampMismatch | function | modules/ |
Ensures proper results where there are date mismatches among modules. |
UpdateCoreTestCase::testFetchTasks | function | modules/ |
Tests that exactly one fetch task per project is created and not more. |
UpdateCoreTestCase::testModulePageRegularUpdate | function | modules/ |
Checks the messages at admin/modules when an update is missing. |
UpdateCoreTestCase::testModulePageRunCron | function | modules/ |
Checks that running cron updates the list of available updates. |
UpdateCoreTestCase::testModulePageSecurityUpdate | function | modules/ |
Checks the messages at admin/modules when a security update is missing. |
UpdateCoreTestCase::testModulePageUpToDate | function | modules/ |
Checks the messages at admin/modules when the site is up to date. |
UpdateCoreTestCase::testNormalUpdateAvailable | function | modules/ |
Tests the Update Manager module when one normal update is available. |
UpdateCoreTestCase::testNoUpdatesAvailable | function | modules/ |
Tests the Update Manager module when no updates are available. |
UpdateCoreTestCase::testSecurityUpdateAvailable | function | modules/ |
Tests the Update Manager module when a security update is available. |
UpdateCoreTestCase::testServiceUnavailable | function | modules/ |
Tests the Update Manager module when the update server returns 503 errors. |
UpdateCoreUnitTestCase | class | modules/ |
Tests update functionality unrelated to the database. |
UpdateCoreUnitTestCase::getInfo | function | modules/ |
|
UpdateCoreUnitTestCase::setUp | function | modules/ |
Sets up unit test environment. |
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl | function | modules/ |
Tests that _update_build_fetch_url() builds the URL correctly. |
UpdateDependencyHookInvocationTestCase | class | modules/ |
Tests for the invocation of hook_update_dependencies(). |
UpdateDependencyHookInvocationTestCase::getInfo | function | modules/ |
|
UpdateDependencyHookInvocationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UpdateDependencyHookInvocationTestCase::testHookUpdateDependencies | function | modules/ |
Test the structure of the array returned by hook_update_dependencies(). |
UpdateDependencyMissingTestCase | class | modules/ |
Tests for missing update dependencies. |
UpdateDependencyMissingTestCase::getInfo | function | modules/ |
|
UpdateDependencyMissingTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UpdateDependencyMissingTestCase::testMissingUpdate | function | modules/ |
|
UpdateDependencyOrderingTestCase | class | modules/ |
Tests for the update dependency ordering system. |
UpdateDependencyOrderingTestCase::getInfo | function | modules/ |
|
UpdateDependencyOrderingTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UpdateDependencyOrderingTestCase::testUpdateOrderingModuleInterdependency | function | modules/ |
Test that dependencies between modules are resolved correctly. |
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule | function | modules/ |
Test that updates within a single module run in the correct order. |
UpdateFeedItemTestCase | class | modules/ |
Tests functionality of updating a feed item in the Aggregator module. |
UpdateFeedItemTestCase::getInfo | function | modules/ |
|
UpdateFeedItemTestCase::testUpdateFeedItem | function | modules/ |
Tests running "update items" from 'admin/config/services/aggregator' page. |
UpdateFeedTestCase | class | modules/ |
Tests functionality of updating the feed in the Aggregator module. |
UpdateFeedTestCase::getInfo | function | modules/ |
|
UpdateFeedTestCase::testUpdateFeed | function | modules/ |
Creates a feed and attempts to update it. |
UpdatePathTestCase | class | modules/ |
Performs end-to-end point test of the release update path. |
UpdatePathTestCase::prepareD7Session | function | modules/ |
Overrides UpgradePathTestCase::prepareD7Session(). |
UpdateQuery | class | includes/ |
General class for an abstracted UPDATE operation. |
UpdateQuery::$arguments | property | includes/ |
An array of values to update to. |
UpdateQuery::$condition | property | includes/ |
The condition object for this query. |
UpdateQuery::$expressionFields | property | includes/ |
Array of fields to update to an expression in case of a duplicate record. |
UpdateQuery::$fields | property | includes/ |
An array of fields that will be updated. |
UpdateQuery::$table | property | includes/ |
The table to update. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.