function InstallerExistingConfigExistingSettingsTest::setUpLanguage

Overrides InstallerExistingConfigTest::setUpLanguage

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php, line 47

Class

InstallerExistingConfigExistingSettingsTest
Verifies that installing from existing configuration works.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpLanguage() : void {
  // This step is skipped, because we are installing from the configuration of
  // a site that was originally installed in French. The installer will detect
  // that, based on the language set in the `system.site` config.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.