You are here

public static property PathTaxonomyTermTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/path/src/Tests/PathTaxonomyTermTest.php \Drupal\path\Tests\PathTaxonomyTermTest::modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/src/Tests/PathTaxonomyTermTest.php, line 24
Contains \Drupal\path\Tests\PathTaxonomyTermTest.

Class

PathTaxonomyTermTest
Tests URL aliases for taxonomy terms.

Namespace

Drupal\path\Tests

Code

public static $modules = array(
  'taxonomy',
);