You are here

protected property TaxonomyEntityIndexKernelTestBase::$entityTypes in Taxonomy Entity Index 8

Entity Type IDs to enable taxonomy entity index for.

Type: array

File

tests/src/Kernel/TaxonomyEntityIndexKernelTestBase.php, line 23

Class

TaxonomyEntityIndexKernelTestBase
Defines a base class for taxonomy entity index kernel tests.

Namespace

Drupal\Tests\taxonomy_entity_index\Kernel

Code

protected $entityTypes = [
  'entity_test',
];