You are here

public static property LocaleUpdateInterfaceTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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