You are here

protected static property ContentTranslationLanguageChangeTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php, line 25

Class

ContentTranslationLanguageChangeTest
Tests the content translation language that is set.

Namespace

Drupal\Tests\content_translation\Functional

Code

protected static $modules = [
  'language',
  'content_translation',
  'content_translation_test',
  'node',
  'block',
  'field_ui',
  'image',
];