You are here

protected function ConfigLanguageOverrideWebTest::setUp in Drupal 9

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

Overrides BrowserTestBase::setUp

File

core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php, line 35

Class

ConfigLanguageOverrideWebTest
Tests language overrides applied through the website.

Namespace

Drupal\Tests\config\Functional

Code

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