function InstallerTestBase::setUpSettings
Same name and namespace in other branches
- 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::setUpSettings()
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::setUpSettings()
- 8.9.x core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::setUpSettings()
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::setUpSettings()
Installer step: Configure settings.
2 calls to InstallerTestBase::setUpSettings()
- InstallerExistingInstallationTest::testInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingInstallationTest.php - Tests that Drupal fails to install when there is an existing installation.
- InstallerTestBase::setUp in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php
21 methods override InstallerTestBase::setUpSettings()
- ConfigInstallProfileUnmetDependenciesTest::setUpSettings in core/
modules/ config/ tests/ src/ Functional/ ConfigInstallProfileUnmetDependenciesTest.php - Installer step: Configure settings.
- DistributionProfileExistingSettingsTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileExistingSettingsTest.php - Installer step: Configure settings.
- DistributionProfileTranslationQueryTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationQueryTest.php - Installer step: Configure settings.
- DistributionProfileTranslationTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationTest.php - Installer step: Configure settings.
- InstallerBrokenDatabaseCredentialsTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerBrokenDatabaseCredentialsTest.php - Installer step: Configure settings.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php, line 260
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpSettings() {
$parameters = $this->parameters['forms']['install_settings_form'];
$driver = $parameters['driver'];
unset($parameters[$driver]['dependencies']);
$edit = $this->translatePostValues($parameters);
$this->submitForm($edit, $this->translations['Save and continue']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.