LocaleUpdateTest::testEnableCustomLanguage |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a custom langauge is enabled. |
UpdateContribTest::testNoReleasesAvailable |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests when there is no available release data for a contrib module. |
FieldSqlStorageTest::testFieldUpdateFailure |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test that failure to create fields is handled gracefully. |
UpdateScriptTest::testNoUpdateFunctionality |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests update.php when there are no updates to apply. |
UpdateComplexTest::testNotInConditionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests WHERE NOT IN clauses. |
UpdateComplexTest::testUpdateOnlyExpression |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests UPDATE with only expression values. |
LocaleUpdateTest::testEnableDisableLanguage |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests automatic translation import when a langauge is enabled. |
UpdateContribTest::testUpdateBrokenFetchURL |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateCoreUnitTest::testUpdateBuildFetchUrl |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php |
Tests that _update_build_fetch_url() builds the URL correctly. |
UpdateCoreTest::testSecurityUpdateAvailable |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Tests the Update Manager module when a security update is available. |
UpdateCoreTest::testModulePageRegularUpdate |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Checks the messages at admin/modules when an update is missing. |
field_sql_storage_field_storage_update_field |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_update_field(). |
UpdateContribTest::testUpdateHiddenBaseTheme |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests updates with a hidden base theme. |
UpdateContribTest::testHookUpdateStatusAlter |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Checks that hook_update_status_alter() works to change a status. |
locale_translation_batch_fetch_update_status |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch process: Update the download history table. |
UpdateCoreTest::testModulePageSecurityUpdate |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Checks the messages at admin/modules when a security update is missing. |
StorageComparerInterface::addChangelistUpdate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Creates the update changelist. |
UpdateComplexTest::testBetweenConditionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests BETWEEN conditional clauses. |
LocaleUpdateTest::testUpdateImportSourceLocal |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests translation import from local sources. |
FieldInstanceCrudTest::testUpdateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the update of a field instance. |
CommentStorageController::updateNodeStatistics |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Updates the comment statistics for a given node. |
LocaleUpdateTest::testUpdateImportSourceRemote |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests translation import from remote sources. |
UpdateUploadTest::testFileNameExtensionMerging |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Ensures that archiver extensions are properly merged in the UI. |
PHPUnit_Extensions_TicketListener::updateTicket |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TicketListener.php |
|
MenuLinkStorageController::updateParentalStatus |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Checks and updates the 'has_children' property for the parent of a link. |
UpdateContribTest::testUpdateShowDisabledThemes |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests that disabled themes are only shown when desired. |
MenuLinkStorageController::loadUpdatedCustomized |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads updated and customized menu links for specific router paths. |
_translation_entity_update_field_translatability |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores entity translation settings. |
entity_crud_hook_test_taxonomy_vocabulary_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_update(). |
FieldSqlStorageTest::testUpdateFieldSchemaWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test trying to update a field with data. |
LocaleUpdateTest::testUpdateImportWithoutDirectory |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests translation import without a translations directory. |
FieldSqlStorageTest::testFieldAttachInsertAndUpdate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Reads mysql to verify correct data is
written when using insert and update. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
UpdateScriptTest::testSuccessfulUpdateFunctionality |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests update.php after performing a successful update. |
LocaleUpdateTest::testUpdateImportModeNonCustomized |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Tests translation import with a translations directory and only overwrite
non-customized translations. |
LanguageConfigurationElementTest::testNodeTypeUpdate |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Tests that the configuration is updated when the node type is changed. |
ReplaceAliasByActualDefinitionPass::updateReferences |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
Updates references to remove aliases. |
UpdateContribTest::testUpdateBaseThemeSecurityUpdate |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests that subthemes are notified about security updates for base themes. |
LanguageNegotiationInfoTest::languageNegotiationUpdate |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php |
Update language types/negotiation information. |
DependencyOrderingTest::testUpdateOrderingSingleModule |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
Test that updates within a single module run in the correct order. |
DependencyHookInvocationTest::testHookUpdateDependencies |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyHookInvocationTest.php |
Test the structure of the array returned by hook_update_dependencies(). |
ReplaceAliasByActualDefinitionPass::updateArgumentReferences |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
Updates argument references. |
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Checks the messages on update manager pages when missing a security update. |
DependencyOrderingTest::testUpdateOrderingModuleInterdependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
Test that dependencies between modules are resolved correctly. |