You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php \Drupal\taxonomy\Tests\Views\TaxonomyTermFilterDepthTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php, line 22
Contains \Drupal\taxonomy\Tests\Views\TaxonomyTermFilterDepthTest.

Class

TaxonomyTermFilterDepthTest
Test the taxonomy term with depth filter.

Namespace

Drupal\taxonomy\Tests\Views

Code

public static $modules = [
  'taxonomy',
  'taxonomy_test_views',
  'views',
  'node',
];