protected function InstallerTranslationExistingFileTest::setUpProfile in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php \Drupal\FunctionalTests\Installer\InstallerTranslationExistingFileTest::setUpProfile()
Installer step: Select installation profile.
Overrides InstallerTestBase::setUpProfile
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationExistingFileTest.php, line 49
Class
- InstallerTranslationExistingFileTest
- Tests translation files for multiple languages get imported during install.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpProfile() {
// Do nothing, because this test only tests the language installation
// step's results.
}