protected function InstallerExistingSettingsNoProfileTest::setUpSettings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php \Drupal\system\Tests\Installer\InstallerExistingSettingsNoProfileTest::setUpSettings()
Installer step: Configure settings.
Overrides InstallerTestBase::setUpSettings
File
- core/
modules/ system/ src/ Tests/ Installer/ InstallerExistingSettingsNoProfileTest.php, line 62 - Contains \Drupal\system\Tests\Installer\InstallerExistingSettingsNoProfileTest.
Class
- InstallerExistingSettingsNoProfileTest
- Tests the installer with an existing settings file but no install profile.
Namespace
Drupal\system\Tests\InstallerCode
protected function setUpSettings() {
// This step should not appear, since settings.php is fully configured
// already.
}