You are here

protected function LanguageSelectorTranslatableTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php \Drupal\Tests\language\Functional\LanguageSelectorTranslatableTest::setUp()

Overrides BrowserTestBase::setUp

File

core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php, line 44

Class

LanguageSelectorTranslatableTest
Tests the content translation settings language selector options.

Namespace

Drupal\Tests\language\Functional

Code

protected function setUp() : void {
  parent::setUp();

  // Create user and set permissions.
  $this->administrator = $this
    ->drupalCreateUser($this
    ->getAdministratorPermissions(), 'administrator');
  $this
    ->drupalLogin($this->administrator);
}