You are here

protected static property TaxonomyTermViewTest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php, line 24

Class

TaxonomyTermViewTest
Tests the taxonomy term view page and its translation.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

protected static $modules = [
  'taxonomy',
  'views',
];