12 calls to UpdateTestBase::refreshUpdateStatus()

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