Skip to content
Snippets Groups Projects

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

Compare and Show latest version
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -198,8 +198,8 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$state->set('system.maintenance_mode', $maintenance_mode_on);
StagedDatabaseUpdateValidator::setExtensionsWithUpdates(
[
'system' => 1,
'automatic_updates_theme_with_updates' => 1,
'system',
'automatic_updates_theme_with_updates',
]);
$page = $this->getSession()->getPage();
Loading