You are here

protected function InstallerExistingSettingsTest::setUpSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php \Drupal\system\Tests\Installer\InstallerExistingSettingsTest::setUpSettings()

Installer step: Configure settings.

Overrides InstallerTestBase::setUpSettings

File

core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php, line 71
Contains \Drupal\system\Tests\Installer\InstallerExistingSettingsTest.

Class

InstallerExistingSettingsTest
Tests the installer with an existing settings file.

Namespace

Drupal\system\Tests\Installer

Code

protected function setUpSettings() {

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