You are here

public static property TaxonomyTermFilterDepthTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php, line 17

Class

TaxonomyTermFilterDepthTest
Test the taxonomy term with depth filter.

Namespace

Drupal\Tests\taxonomy\Functional\Views

Code

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