You are here

protected static property ConfigTranslationUiThemeTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php, line 20

Class

ConfigTranslationUiThemeTest
Verifies theme configuration translation settings.

Namespace

Drupal\Tests\config_translation\Functional

Code

protected static $modules = [
  'config_translation',
  'config_translation_test',
];