You are here

protected function DistributionProfileTranslationTest::setUpLanguage in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php \Drupal\FunctionalTests\Installer\DistributionProfileTranslationTest::setUpLanguage()

Installer step: Select language.

Overrides InstallerTestBase::setUpLanguage

See also

\Drupal\Core\Installer\Form\SelectLanguageForm

File

core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php, line 65

Class

DistributionProfileTranslationTest
Tests distribution profile support.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpLanguage() {

  // This step is skipped, because the distribution profile uses a fixed
  // language.
}