function KernelTestBase::defaultLanguageData

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.