- UpdateCoreTestCase::testDatestampMismatch in core/
modules/ update/ tests/ update.test - Ensures proper results where there are date mismatches among modules.
- UpdateCoreTestCase::testNormalUpdateAvailable in core/
modules/ update/ tests/ update.test - Tests the Update Manager module when one normal update is available.
- UpdateCoreTestCase::testNoUpdatesAvailable in core/
modules/ update/ tests/ update.test - Tests the Update Manager module when no updates are available.
- UpdateCoreTestCase::testSecurityUpdateAvailable in core/
modules/ update/ tests/ update.test - Tests the Update Manager module when a security update is available.
- UpdateCoreTestCase::testServiceUnavailable in core/
modules/ update/ tests/ update.test - Tests the Update Manager module when the update server returns 503 errors.
- UpdateTestContribCase::testHookUpdateStatusAlter in core/
modules/ update/ tests/ update.test - Check that hook_update_status_alter() works to change a status.
- UpdateTestContribCase::testNoReleasesAvailable in core/
modules/ update/ tests/ update.test - Tests when there is no available release data for a contrib module.
- UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in core/
modules/ update/ tests/ update.test - Tests that the admin theme is always notified about security updates.
- UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in core/
modules/ update/ tests/ update.test - Tests that subthemes are notified about security updates for base themes.
- UpdateTestContribCase::testUpdateBrokenFetchURL in core/
modules/ update/ tests/ update.test - Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateTestContribCase::testUpdateContribBasic in core/
modules/ update/ tests/ update.test - Tests the basic functionality of a contrib module on the status report.
- UpdateTestContribCase::testUpdateContribOrder in core/
modules/ update/ tests/ update.test - Tests that contrib projects are ordered by project name.
- UpdateTestContribCase::testUpdateShowDisabledThemes in core/
modules/ update/ tests/ update.test - Tests that disabled themes are only shown when desired.