entity_crud_hook_test_taxonomy_term_update |
function |
drupal/modules/simpletest/tests/entity_crud_hook_test.module |
Implements hook_taxonomy_term_update(). |
FieldUpdatePathTestCase::testFilledUpgrade |
function |
drupal/modules/simpletest/tests/upgrade/update.field.test |
Tests that the update is successful. |
DrupalUpdaterInterface::canUpdateDirectory |
function |
drupal/includes/updater.inc |
Determine if the Updater can handle the project provided in $directory. |
UpdateScriptFunctionalTest::testThemeSystem |
function |
drupal/modules/system/system.test |
Tests the effect of using the update script on the theme system. |
DrupalUpdaterInterface::getInstallDirectory |
function |
drupal/includes/updater.inc |
|
DatabaseUpdateTestCase::testSimpleNullUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm updating to NULL. |
DatabaseUpdateTestCase::testExpressionUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Test updating with expressions. |
DatabaseUpdateTestCase::testPrimaryKeyUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can update the primary key of a record successfully. |
DatabaseUpdateLOBTestCase::testUpdateOneBlob |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can update a blob column. |
field_sql_storage_field_storage_update_field |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_update_field(). |
DatabaseMergeTestCase::testMergeUpdateExcept |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with different insert and update. |
UpdateScriptFunctionalTest::testUpdateAccess |
function |
drupal/modules/system/system.test |
Tests access to the update script. |
UpdateScriptFunctionalTest::testRequirements |
function |
drupal/modules/system/system.test |
Tests that requirements warnings and errors are correctly displayed. |
TriggerUpdatePathTestCase::testFilledUpgrade |
function |
drupal/modules/simpletest/tests/upgrade/update.trigger.test |
Tests that the upgrade is successful. |
UpdateCoreTestCase::testNormalUpdateAvailable |
function |
drupal/modules/update/update.test |
Tests the Update Manager module when one normal update is available. |
UpdateTestContribCase::testUpdateContribBasic |
function |
drupal/modules/update/update.test |
Tests the basic functionality of a contrib module on the status report. |
UpdateTestContribCase::testUpdateContribOrder |
function |
drupal/modules/update/update.test |
Tests that contrib projects are ordered by project name. |
UpdateDependencyHookInvocationTestCase::setUp |
function |
drupal/modules/simpletest/tests/update.test |
Sets up a Drupal site for running functional and integration tests. |
FieldCrudTestCase::testUpdateNonExistentField |
function |
drupal/modules/field/tests/field.test |
|
UpdateTestContribCase::testNoReleasesAvailable |
function |
drupal/modules/update/update.test |
Tests when there is no available release data for a contrib module. |
DatabaseMergeTestCase::testMergeUpdateExplicit |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with alternate replacement. |
BasicMinimalUpdatePath::testBasicMinimalUpdate |
function |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
UpdateCoreTestCase::testSecurityUpdateAvailable |
function |
drupal/modules/update/update.test |
Tests the Update Manager module when a security update is available. |
UpdateCoreTestCase::testModulePageRegularUpdate |
function |
drupal/modules/update/update.test |
Checks the messages at admin/modules when an update is missing. |
UpdateTestContribCase::testUpdateBrokenFetchURL |
function |
drupal/modules/update/update.test |
Makes sure that if we fetch from a broken URL, sane things happen. |
FieldSqlStorageTestCase::testFieldUpdateFailure |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test that failure to create fields is handled gracefully. |
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl |
function |
drupal/modules/update/update.test |
Tests that _update_build_fetch_url() builds the URL correctly. |
UpdateDependencyHookInvocationTestCase::getInfo |
function |
drupal/modules/simpletest/tests/update.test |
|
UpdateCoreTestCase::testModulePageSecurityUpdate |
function |
drupal/modules/update/update.test |
Checks the messages at admin/modules when a security update is missing. |
UpdateTestContribCase::testHookUpdateStatusAlter |
function |
drupal/modules/update/update.test |
Checks that hook_update_status_alter() works to change a status. |
UpdateScriptFunctionalTest::testNoPendingUpdates |
function |
drupal/modules/system/system.test |
Tests that there are no pending updates for the first test method. |
DatabaseMergeTestCase::testMergeUpdateExpression |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with expressions. |
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
drupal/modules/simpletest/tests/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_update(). |
BasicStandardUpdatePath::testBasicStandardUpdate |
function |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can update two blob columns in the same table. |
FilledMinimalUpdatePath::testFilledStandardUpdate |
function |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
UpdateTestUploadCase::testFileNameExtensionMerging |
function |
drupal/modules/update/update.test |
Ensures that archiver extensions are properly merged in the UI. |
AggregatorUpdatePathTestCase::testAggregatorUpdate |
function |
drupal/modules/simpletest/tests/upgrade/update.aggregator.test |
Tests that the aggregator.module update is successful. |
UpdateDependencyMissingTestCase::testMissingUpdate |
function |
drupal/modules/simpletest/tests/update.test |
|
FilledStandardUpdatePath::testFilledStandardUpdate |
function |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
FieldInstanceCrudTestCase::testUpdateFieldInstance |
function |
drupal/modules/field/tests/field.test |
Test the update of a field instance. |
UpdateTestContribCase::testUpdateShowDisabledThemes |
function |
drupal/modules/update/update.test |
Tests that disabled themes are only shown when desired. |
DatabaseUpdateTestCase::testWhereAndConditionUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can stack condition and where calls. |
DatabaseUpdateComplexTestCase::testUpdateExpression |
function |
drupal/modules/simpletest/tests/database_test.test |
Test update with expression values. |
DatabaseMergeTestCase::testMergeInsertWithoutUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can merge-insert without any update fields. |
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update without any update fields. |
DatabaseUpdateComplexTestCase::testOrConditionUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Test updates with OR conditionals. |
DatabaseUpdateComplexTestCase::testInConditionUpdate |
function |
drupal/modules/simpletest/tests/database_test.test |
Test WHERE IN clauses. |
UpdateScriptFunctionalTest::testNoUpdateFunctionality |
function |
drupal/modules/system/system.test |
Tests update.php when there are no updates to apply. |
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test trying to update a field with data. |