You are here

protected function InstallerExistingSettingsMismatchProfileTest::visitInstaller in Drupal 8

Visits the interactive installer.

Overrides InstallerTestBase::visitInstaller

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php, line 66

Class

InstallerExistingSettingsMismatchProfileTest
Tests install with existing settings.php and a mismatching install profile.

Namespace

Drupal\FunctionalTests\Installer

Code

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');
}