You are here

30 string references to 'update_test.settings' in Drupal 10

UpdateContribTest::testCoreCompatibilityMessage in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that core compatibility messages are displayed.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/tests/src/Functional/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNonStandardVersionStrings in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests messages for invalid, empty and missing version strings.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testNormalUpdateAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests the Update Manager module when one normal update is available.
UpdateContribTest::testRevokedRelease in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests messages when a project release is unpublished.
UpdateContribTest::testSecurityUpdateAvailability in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests update status of security releases.
UpdateContribTest::testUnsupportedRelease in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests messages when a project release is marked unsupported.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/tests/src/Functional/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateHiddenBaseTheme in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests updates with a hidden base theme.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateManagerUpdateTest::setUp in core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
UpdateSemverContribTest::setProjectInstalledVersion in core/modules/update/tests/src/Functional/UpdateSemverContribTest.php
UpdateSemverCoreTest::setProjectInstalledVersion in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Sets the version to x.x.x when no project-specific mapping is defined.
UpdateSemverCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testDatestampMismatch in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Ensures proper results where there are date mismatches among modules.
UpdateSemverCoreTest::testLanguageModuleUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateSemverCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateSemverCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that running cron updates the list of available updates.
UpdateSemverCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateSemverCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateTestBase::refreshUpdateStatus in core/modules/update/tests/src/Functional/UpdateTestBase.php
Refreshes the update status based on the desired available update scenario.
UpdateTestController::updateTest in core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php
Page callback: Prints mock XML for the Update Manager module.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_test_system_info_alter in core/modules/update/tests/modules/update_test/update_test.module
Implements hook_system_info_alter().
update_test_update_status_alter in core/modules/update/tests/modules/update_test/update_test.module
Implements hook_update_status_alter().