protected function ThunderInstallerGermanTest::setUpLanguage in Thunder 8.5
Same name and namespace in other branches
- 8.2 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
- 8.3 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
- 8.4 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
- 6.0.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
Installer step: Select language.
Overrides ThunderInstallerTest::setUpLanguage
File
- tests/
src/ Functional/ Installer/ ThunderInstallerGermanTest.php, line 34
Class
- ThunderInstallerGermanTest
- Tests the interactive installer installing the standard profile.
Namespace
Drupal\Tests\thunder\Functional\InstallerCode
protected function setUpLanguage() {
$edit = [
'langcode' => $this->langcode,
];
$this
->drupalPostForm(NULL, $edit, 'Save and continue');
}