You are here

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

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

Class

TaxonomyEntityIndexTestBase
Base class for all taxonomy tests.

Namespace

Drupal\Tests\taxonomy_entity_index\Functional\Views

Code

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