function InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings
Installer step: Configure settings.
Overrides InstallerTestBase::setUpSettings
File
- 
              core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryProfileMismatchTest.php, line 39  
Class
- InstallerExistingConfigSyncDirectoryProfileMismatchTest
 - Verifies that installing from existing configuration works.
 
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpSettings() {
  // Cause a profile mismatch by hacking the URL.
  $this->drupalGet(str_replace($this->profile, 'minimal', $this->getUrl()));
  parent::setUpSettings();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.