| UpdateContribTest::testNoReleasesAvailable |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests when there is no available release data for a contrib module. |
| UpdateContribTest::testNormalUpdateAvailable |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests the Update Status module when one normal update is available. |
| UpdateContribTest::testRevokedRelease |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests messages when a project release is unpublished. |
| UpdateContribTest::testSecurityUpdateAvailability |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests update status of security releases. |
| UpdateContribTest::testUnsupportedRelease |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests messages when a project release is marked unsupported. |
| UpdateContribTest::testUpdateBaseThemeSecurityUpdate |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests that subthemes are notified about security updates for base themes. |
| UpdateContribTest::testUpdateBrokenFetchURL |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Makes sure that if we fetch from a broken URL, sane things happen. |
| UpdateContribTest::testUpdateContribBasic |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests the basic functionality of a contrib module on the status report. |
| UpdateContribTest::testUpdateContribOrder |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests that contrib projects are ordered by project name. |
| UpdateContribTest::testUpdateHiddenBaseTheme |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests updates with a hidden base theme. |
| UpdateContribTest::testUpdateShowDisabledThemes |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests that uninstalled themes are only shown when desired. |
| UpdateController::updateStatus |
function |
core/modules/update/src/Controller/UpdateController.php |
Returns a page about the update status of projects. |
| UpdateController::updateStatusManually |
function |
core/modules/update/src/Controller/UpdateController.php |
Manually checks the update status without the use of cron. |
| UpdateDeleteFileIfStaleTest |
class |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the update_delete_file_if_stale() function. |
| UpdateDeleteFileIfStaleTest.php |
file |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
|
| UpdateDeleteFileIfStaleTest::$modules |
property |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Modules to install. |
| UpdateDeleteFileIfStaleTest::$strictConfigSchema |
property |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Disable strict config schema checking. |
| UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale |
function |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the deletion of stale files. |
| UpdateDescriptionTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php |
Tests for update descriptions. |
| UpdateDescriptionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php |
|
| UpdateDescriptionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php |
Modules to install. |
| UpdateDescriptionTest::testUpdateGetUpdateList |
function |
core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php |
Tests the list of pending database updates. |
| UpdateEmptyEmailsUpdatePathTest |
class |
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php |
Tests update_post_update_fix_update_emails. |
| UpdateEmptyEmailsUpdatePathTest.php |
file |
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php |
|
| UpdateEmptyEmailsUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php |
Set database dump files to be used. |
| UpdateEmptyEmailsUpdatePathTest::testRunUpdates |
function |
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php |
Tests update_post_update_fix_update_emails. |
| UpdateFetcherTest |
class |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests update functionality unrelated to the database. |
| UpdateFetcherTest.php |
file |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
|
| UpdateFetcherTest::$history |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
History of requests/responses. |
| UpdateFetcherTest::$logger |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
The logger. |
| UpdateFetcherTest::$mockConfigFactory |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Mock config factory. |
| UpdateFetcherTest::$mockHttpClient |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Mock HTTP client. |
| UpdateFetcherTest::$testProject |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
A test project to fetch with. |
| UpdateFetcherTest::$updateFetcher |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
The update fetcher to use. |
| UpdateFetcherTest::mockClient |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Mocks the HTTP client. |
| UpdateFetcherTest::providerTestUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Provide test data for self::testUpdateBuildFetchUrl(). |
| UpdateFetcherTest::setUp |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
|
| UpdateFetcherTest::testUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests that buildFetchUrl() builds the URL correctly. |
| UpdateFetcherTest::testUpdateFetcherHttpFallback |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests update fetcher http fallback. |
| UpdateFetcherTest::testUpdateFetcherNoFallback |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests update fetcher no fallback. |
| UpdateHookRegistryTest |
class |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests Drupal\Core\Update\UpdateHookRegistry. |
| UpdateHookRegistryTest.php |
file |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$equivalentUpdatesStore |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$keyValueStore |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::testGetInstalledVersion |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests get installed version. |
| UpdateHookRegistryTest::testGetVersions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests get versions. |
| UpdateLobTest |
class |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Tests the Update query builder with LOB fields. |
| UpdateLobTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
|