You are here

protected static property ConfigTranslationCacheTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php, line 23

Class

ConfigTranslationCacheTest
Translate settings and entities to various languages.

Namespace

Drupal\Tests\config_translation\Functional

Code

protected static $modules = [
  'block',
  'config_translation',
  'config_translation_test',
  'contact',
  'contact_test',
  'contextual',
  'entity_test',
  'field_test',
  'field_ui',
  'filter',
  'filter_test',
  'node',
  'views',
  'views_ui',
];