You are here

protected function LocaleConfigSubscriberTest::setUpDefaultLanguage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php \Drupal\locale\Tests\LocaleConfigSubscriberTest::setUpDefaultLanguage()

Sets up default language for this test.

1 call to LocaleConfigSubscriberTest::setUpDefaultLanguage()
LocaleConfigSubscriberTest::setUp in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Performs setup tasks before each individual test method is run.

File

core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php, line 91
Contains \Drupal\locale\Tests\LocaleConfigSubscriberTest.

Class

LocaleConfigSubscriberTest
Tests that shipped configuration translations are updated correctly.

Namespace

Drupal\locale\Tests

Code

protected function setUpDefaultLanguage() {

  // Keep the default English.
}