You are here

protected static property PathTaxonomyTermTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php, line 19

Class

PathTaxonomyTermTest
Tests URL aliases for taxonomy terms.

Namespace

Drupal\Tests\path\Functional

Code

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