Skip to content
Snippets Groups Projects

Issue #3312619: Fix various incorrect @param values for $messages

Merged Issue #3312619: Fix various incorrect @param values for $messages
1 unresolved thread
1 unresolved thread
6 files
+ 22
30
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -230,7 +230,7 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
@@ -230,7 +230,7 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
// Ensure that a list of pending database updates is visible, along with a
// Ensure that a list of pending database updates is visible, along with a
// short explanation, in the warning messages.
// short explanation, in the warning messages.
$warning_messages = $assert_session->elementExists('xpath', '//div[@data-drupal-messages]//div[@aria-label="Warning message"]');
$warning_messages = $assert_session->elementExists('xpath', '//div[@data-drupal-messages]//div[@aria-label="Warning message"]');
$this->assertStringContainsString('Possible database updates have been detected in the following extensions.<ul><li>System (1 update)</li><li>Automatic Updates Theme With Updates (1 update)</li></ul>', $warning_messages->getHtml());
$this->assertStringContainsString('Possible database updates have been detected in the following extensions.<ul><li>System</li><li>Automatic Updates Theme With Updates</li></ul>', $warning_messages->getHtml());
$page->pressButton('Continue');
$page->pressButton('Continue');
$this->checkForMetaRefresh();
$this->checkForMetaRefresh();
Loading