You are here

protected static property LocaleTranslationUiTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php \Drupal\Tests\locale\Functional\LocaleTranslationUiTest::modules
  2. 10 core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php \Drupal\Tests\locale\Functional\LocaleTranslationUiTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php, line 24

Class

LocaleTranslationUiTest
Adds a new locale and translates its name. Checks the validation of translation strings and search results.

Namespace

Drupal\Tests\locale\Functional

Code

protected static $modules = [
  'locale',
];