function InstallerExistingConfigMultilingualTest::setUpLanguage

Overrides InstallerConfigDirectoryTestBase::setUpLanguage

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php, line 49

Class

InstallerExistingConfigMultilingualTest
Verifies that installing from existing configuration works.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpLanguage() : void {
  // This step is skipped because of an incredibly fiddly logic chain. In
  // install_load_profile(), the language is automatically detected from the
  // config sync directory included in the profile that was generated for this
  // test (see ::prepareEnvironment() and its parents).
}

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