|
UpdateTestContribCase::testUpdateContribOrder |
function |
drupal-7.x/modules/update/update.test |
Tests that contrib projects are ordered by project name. |
|
UpdateDependencyHookInvocationTestCase::setUp |
function |
drupal-7.x/modules/simpletest/tests/update.test |
Sets up a Drupal site for running functional and integration tests. |
|
FieldCrudTestCase::testUpdateNonExistentField |
function |
drupal-7.x/modules/field/tests/field.test |
|
|
UpdateTestContribCase::testNoReleasesAvailable |
function |
drupal-7.x/modules/update/update.test |
Tests when there is no available release data for a contrib module. |
|
DatabaseMergeTestCase::testMergeUpdateExplicit |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with alternate replacement. |
|
BasicMinimalUpdatePath::testBasicMinimalUpdate |
function |
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
|
FieldSqlStorageTestCase::testFieldUpdateFailure |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test that failure to create fields is handled gracefully. |
|
UpdateCoreTestCase::testSecurityUpdateAvailable |
function |
drupal-7.x/modules/update/update.test |
Tests the Update Manager module when a security update is available. |
|
UpdateCoreTestCase::testModulePageRegularUpdate |
function |
drupal-7.x/modules/update/update.test |
Checks the messages at admin/modules when an update is missing. |
|
UpdateTestContribCase::testUpdateBrokenFetchURL |
function |
drupal-7.x/modules/update/update.test |
Makes sure that if we fetch from a broken URL, sane things happen. |
|
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl |
function |
drupal-7.x/modules/update/update.test |
Tests that _update_build_fetch_url() builds the URL correctly. |
|
UpdateDependencyHookInvocationTestCase::getInfo |
function |
drupal-7.x/modules/simpletest/tests/update.test |
|
|
UpdateCoreTestCase::testModulePageSecurityUpdate |
function |
drupal-7.x/modules/update/update.test |
Checks the messages at admin/modules when a security update is missing. |
|
UpdateTestContribCase::testHookUpdateStatusAlter |
function |
drupal-7.x/modules/update/update.test |
Checks that hook_update_status_alter() works to change a status. |
|
DatabaseMergeTestCase::testMergeUpdateExpression |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with expressions. |
|
BasicStandardUpdatePath::testBasicStandardUpdate |
function |
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
|
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_update(). |
|
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can update two blob columns in the same table. |
|
FilledMinimalUpdatePath::testFilledStandardUpdate |
function |
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
|
UpdateTestUploadCase::testFileNameExtensionMerging |
function |
drupal-7.x/modules/update/update.test |
Ensures that archiver extensions are properly merged in the UI. |
|
AggregatorUpdatePathTestCase::testAggregatorUpdate |
function |
drupal-7.x/modules/simpletest/tests/upgrade/update.aggregator.test |
Tests that the aggregator.module update is successful. |
|
FilledStandardUpdatePath::testFilledStandardUpdate |
function |
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test |
Tests a successful point release update. |
|
UpdateDependencyMissingTestCase::testMissingUpdate |
function |
drupal-7.x/modules/simpletest/tests/update.test |
|
|
FieldInstanceCrudTestCase::testUpdateFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Test the update of a field instance. |
|
UpdateTestContribCase::testUpdateShowDisabledThemes |
function |
drupal-7.x/modules/update/update.test |
Tests that disabled themes are only shown when desired. |
|
DatabaseUpdateTestCase::testWhereAndConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can stack condition and where calls. |
|
DatabaseUpdateComplexTestCase::testUpdateExpression |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test update with expression values. |
|
DatabaseMergeTestCase::testMergeInsertWithoutUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can merge-insert without any update fields. |
|
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update without any update fields. |
|
DatabaseUpdateComplexTestCase::testOrConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test updates with OR conditionals. |
|
DatabaseUpdateComplexTestCase::testInConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test WHERE IN clauses. |
|
UpdateScriptFunctionalTest::testNoUpdateFunctionality |
function |
drupal-7.x/modules/system/system.test |
Tests update.php when there are no updates to apply. |
|
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test trying to update a field with data. |
|
DatabaseUpdateComplexTestCase::testLikeConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test LIKE conditionals. |
|
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Reads mysql to verify correct data is
written when using insert and update. |
|
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test adding and removing indexes while data is present. |
|
DatabaseUpdateComplexTestCase::testNotInConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test WHERE NOT IN clauses. |
|
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test update with only expression values. |
|
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
function |
drupal-7.x/modules/update/update.test |
Tests that subthemes are notified about security updates for base themes. |
|
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test BETWEEN conditional clauses. |
|
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality |
function |
drupal-7.x/modules/system/system.test |
Tests update.php after performing a successful update. |
|
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule |
function |
drupal-7.x/modules/simpletest/tests/update.test |
Test that updates within a single module run in the correct order. |
|
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages |
function |
drupal-7.x/modules/update/update.test |
Checks the messages on update manager pages when missing a security update. |
|
UpdateDependencyHookInvocationTestCase::testHookUpdateDependencies |
function |
drupal-7.x/modules/simpletest/tests/update.test |
Test the structure of the array returned by hook_update_dependencies(). |
|
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate |
function |
drupal-7.x/modules/locale/locale.test |
Update language types/negotiation information. |
|
UpdateDependencyOrderingTestCase::testUpdateOrderingModuleInterdependency |
function |
drupal-7.x/modules/simpletest/tests/update.test |
Test that dependencies between modules are resolved correctly. |
|
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg |
function |
drupal-7.x/modules/openid/openid.test |
Test OpenID auto transition with e-mail. |