You are here

16 calls to RequirementsPageTrait::updateRequirementsProblem() in Drupal 10

InvalidUpdateHookTest::testInvalidUpdateHook in core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
MaintenanceThemeUpdateRegistryTest::testMaintenanceThemeUpdateRegistration in core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
Tests that after installing the profile there are no outstanding updates.
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests the system module updates with no dependencies installed.
UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
Tests that caches are cleared during updates.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
UpdatePostUpdateTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().
UpdateSchemaTest::testUpdateHooks in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::assertUpdateWithNoError in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Asserts a particular error is not shown on update and status report pages.
UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateScriptTest::testMaintenanceModeLink in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests maintenance mode link on update.php.
UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testOrphanedSchemaEntries in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that orphan schemas are handled properly.
UpdateScriptTest::testRequirements in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests performing updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdatesWith7xTest::testWith7x in core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php