You are here

protected static property LocaleUpdateInterfaceTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides LocaleUpdateBase::$modules

File

core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php, line 20

Class

LocaleUpdateInterfaceTest
Tests for the user interface of project interface translations.

Namespace

Drupal\Tests\locale\Functional

Code

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