diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileTest.php b/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileTest.php index d8b5187..e3900fb 100644 --- a/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileTest.php +++ b/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileTest.php @@ -66,8 +66,9 @@ protected function setUp() { /** * {@inheritdoc} */ - protected function getInstallationUrl() { - return $GLOBALS['base_url'] . '/core/install.php?langcode=en&profile=testing'; + protected function visitInstaller() { + // Provide profile and language in query string to skip these pages. + $this->drupalGet($GLOBALS['base_url'] . '/core/install.php?langcode=en&profile=testing'); } /**