You are here

public static property TaxonomyEntityIndexTermFilterDepthTest::$modules in Taxonomy Entity Index 8

Modules to enable.

Type: array

Overrides TaxonomyEntityIndexTestBase::$modules

File

tests/src/Functional/Views/TaxonomyEntityIndexTermFilterDepthTest.php, line 18

Class

TaxonomyEntityIndexTermFilterDepthTest
Test the taxonomy term with depth filter.

Namespace

Drupal\Tests\taxonomy_entity_index\Functional\Views

Code

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