You are here

protected function InstallerExistingSettingsMismatchProfileTest::setUpSettings in Drupal 8

Installer step: Configure settings.

Overrides InstallerTestBase::setUpSettings

File

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

Class

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

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpSettings() {

  // This step should not appear, since settings.php is fully configured
  // already.
}