You are here

protected static property TaxonomyParentUITest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php, line 32

Class

TaxonomyParentUITest
Tests views taxonomy parent plugin UI.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

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