You are here

namespace Drupal\system\Tests\Update in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\system\Tests\Update
Classsort descending Location Description
AutomatedCronUpdateWithAutomatedCronTest core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that the automated cron module is installed on update.
AutomatedCronUpdateWithoutAutomatedCronTest core/modules/system/src/Tests/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that the automated cron module is not installed on update.
CompatibilityFixTest core/modules/system/src/Tests/Update/CompatibilityFixTest.php Tests that extensions that are incompatible with the current core version are disabled.
DbDumpTest core/modules/system/src/Tests/Update/DbDumpTest.php Tests for the database dump commands.
DbUpdatesTrait core/modules/system/src/Tests/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply pending db updates through the Update UI.
DependencyHookInvocationTest core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php Tests that the hook invocation for determining update dependencies works correctly.
DependencyMissingTest core/modules/system/src/Tests/Update/DependencyMissingTest.php Tests that missing update dependencies are correctly flagged.
DependencyOrderingTest core/modules/system/src/Tests/Update/DependencyOrderingTest.php Tests that update functions are run in the proper order.
FieldSchemaDataUninstallUpdateTest core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FilterHtmlUpdateTest core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php Tests that the allowed html configutations are updated with attributes.
InvalidUpdateHookTest core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php Tests that a module implementing hook_update_8000() causes an error to be displayed on update.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php Tests the upgrade path for local actions/tasks being converted into blocks.
MenuTreeSerializationTitleFilledTest core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php Runs MenuTreeSerializationTitleTest with a dump filled with content.
MenuTreeSerializationTitleTest core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php Tests system_update_8001().
PageTitleConvertedIntoBlockUpdateTest core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php Tests the upgrade path for page title being converted into a block.
RecalculatedDependencyTest core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php Tests system_post_update_recalculate_dependencies_for_installed_config_entities().
RouterIndexOptimizationFilledTest core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php Runs RouterIndexOptimizationTest with a dump filled with content.
RouterIndexOptimizationTest core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php Tests system_update_8002().
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Tests the upgrade path for converting seven secondary local tasks into a block.
SiteBrandingConvertedIntoBlockUpdateTest core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Tests the upgrade path for local actions/tasks being converted into blocks.
StableBaseThemeUpdateTest core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php Tests the upgrade path for introducing the Stable base theme.
UpdatePathRC1TestBaseFilledTest core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php Runs UpdatePathTestBaseTest with a RC1 dump filled with content.
UpdatePathRC1TestBaseTest core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php Tests the update path base class with the RC1 database dump.
UpdatePathTestBase core/modules/system/src/Tests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBaseFilledTest core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php Runs UpdatePathTestBaseTest with a dump filled with content.
UpdatePathTestBaseTest core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php Tests the update path base class.
UpdatePathTestJavaScriptTest core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php Tests the presence of JavaScript at update.php.
UpdatePathWithBrokenRoutingFilledTest core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingFilledTest.php Runs UpdatePathWithBrokenRoutingTest with a dump filled with content.
UpdatePathWithBrokenRoutingTest core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php Tests the update path with a broken router.
UpdatePostUpdateFailingTest core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php Tests hook_post_update() when there are failing update hooks.
UpdatePostUpdateTest core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php Tests hook_post_update().
UpdateSchemaTest core/modules/system/src/Tests/Update/UpdateSchemaTest.php Tests that update hooks are properly run.
UpdateScriptTest core/modules/system/src/Tests/Update/UpdateScriptTest.php Tests the update script access and functionality.
UpdatesWith7xTest core/modules/system/src/Tests/Update/UpdatesWith7xTest.php Tests that the minimum schema version is correct even if only 7.x update hooks are retained .