protected function InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpSettings in Drupal 8
Installer step: Configure settings.
Overrides InstallerTestBase::setUpSettings
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingSettingsReadOnlyMismatchProfileTest.php, line 94
Class
- InstallerExistingSettingsReadOnlyMismatchProfileTest
- Tests installer breaks with a profile mismatch and a read-only settings.php.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpSettings() {
// This step should not appear, since settings.php is fully configured
// already.
}