You are here

public static property LocaleUpdateBase::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/locale/tests/src/Functional/LocaleUpdateBase.php, line 50

Class

LocaleUpdateBase
Base class for testing updates to string translations.

Namespace

Drupal\Tests\locale\Functional

Code

public static $modules = [
  'locale',
  'locale_test',
];