function InstallerExistingConfigTest::setUpLanguage
Same name and namespace in other branches
- 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTest::setUpLanguage()
- 10 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTest::setUpLanguage()
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTest::setUpLanguage()
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTest::setUpLanguage()
Overrides InstallerConfigDirectoryTestBase::setUpLanguage
1 method overrides InstallerExistingConfigTest::setUpLanguage()
- InstallerExistingConfigExistingSettingsTest::setUpLanguage in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigExistingSettingsTest.php - Installer step: Select language.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTest.php, line 37
Class
- InstallerExistingConfigTest
- Verifies that installing from existing configuration works.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpLanguage() : void {
// This step gets skipped because the config we're installing from was
// created from a site installed in French, and the installer automatically
// detects that.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.