Skip to content
Snippets Groups Projects

Issue #3255320: ReadinessCheckEvent should have CronUpdater instance if cron updates are enabled

Merged Issue #3255320: ReadinessCheckEvent should have CronUpdater instance if cron updates are enabled
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -223,7 +223,7 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$this->checkForUpdates();
$this->drupalGet($update_form_url);
file_put_contents("/Users/ted.bowman/sites/test.html", $this->getSession()->getPage()->getOuterHtml());
$assert_session = $this->assertSession();
$assert_session->pageTextContainsOnce('Drupal cannot be automatically updated from its current version, 9.7.1, to the recommended version, 9.8.1, because automatic updates from one minor version to another are not supported.');
$assert_session->buttonNotExists('Update');
Loading