You are here

protected static property TermTranslationFieldViewTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php, line 42

Class

TermTranslationFieldViewTest
Tests the translation of taxonomy terms field on nodes.

Namespace

Drupal\Tests\taxonomy\Functional

Code

protected static $modules = [
  'language',
  'content_translation',
  'taxonomy',
];