protected function InstallerExistingConfigProfileHookInstall::setUpSettings in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigProfileHookInstall::setUpSettings()
Installer step: Configure settings.
Overrides InstallerTestBase::setUpSettings
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigProfileHookInstall.php, line 33
Class
- InstallerExistingConfigProfileHookInstall
- Verifies that profiles with hook_install() can't be installed from config.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpSettings() {
// There are errors therefore there is nothing to do here.
}