You are here

protected function InstallerExistingSettingsNoProfileTest::setUpSettings in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php \Drupal\FunctionalTests\Installer\InstallerExistingSettingsNoProfileTest::setUpSettings()

Installer step: Configure settings.

Overrides InstallerTestBase::setUpSettings

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php, line 58

Class

InstallerExistingSettingsNoProfileTest
Tests the installer with an existing settings file but no install profile.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpSettings() {

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