You are here

namespace Drupal\Tests\system\Functional\Update in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\system\Functional\Update
Classsort descending Location Description
ClassyUninstallUpdateTest core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that update hook uninstalls Classy when it's no longer needed.
DatabaseVersionCheckUpdateTest core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php Tests that updates fail if the database does not meet the minimum version.
DeleteAuthorizeSettingsUpdateTest core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Tests the upgrade path for removal the system.authorize configuration.
DropIndexAllOnKeyValueExpireTableUpdateTest core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Tests that 'all' index is dropped from the 'key_value_expire' table.
IdentifierFieldSchemaTypeUpdateTest core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Tests the upgrade path for updating the stored type of identifier fields.
RemoveRevisionMetadataBcLayerUpdateTest core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php Tests the upgrade path for removing the revision metadata BC layer.
SchemaVersionUpdateTest core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php Tests that updates clean-up non-integer schema version.
StableUninstallUpdateTest core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Ensures that update hook uninstalls Stable when it's no longer needed.