You are here

protected function KernelTestBase::defaultLanguageData in Drupal 8

Provides the data for setting the default language on the container.

Return value

array The data array for the default language.

1 call to KernelTestBase::defaultLanguageData()
KernelTestBase::containerBuild in core/modules/simpletest/src/KernelTestBase.php
Sets up the base service container for this test.

File

core/modules/simpletest/src/KernelTestBase.php, line 423

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\simpletest

Code

protected function defaultLanguageData() {
  return Language::$defaultValues;
}