You are here

protected function ThunderInstallerGermanTest::setUpLanguage in Thunder 8.5

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
  2. 8.3 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
  3. 8.4 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::setUpLanguage()
  4. 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\Installer

Code

protected function setUpLanguage() {
  $edit = [
    'langcode' => $this->langcode,
  ];
  $this
    ->drupalPostForm(NULL, $edit, 'Save and continue');
}