ContentTranslationLanguageChangeTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationLanguageChangeTest::modules
  2. 8.9.x core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationLanguageChangeTest::modules
  3. 11.x core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationLanguageChangeTest::modules

Type: modules

Overrides NodeTestBase::$modules

File

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

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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.