You are here

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

Modules to enable.

Type: array

Overrides TaxonomyEntityIndexTestBase::$modules

File

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

Class

TaxonomyEntityIndexUuidArgumentTest
Test whether it is possible to select terms using a UUID argument.

Namespace

Drupal\Tests\taxonomy_entity_index\Functional\Views

Code

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