You are here

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

Entity Type IDs to enable taxonomy entity index for.

Type: array

Overrides TaxonomyEntityIndexKernelTestBase::$entityTypes

File

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

Class

TaxonomyEntityIndexEntityTest
Defines a class for testing basic functionality of taxonomy_entity_index.

Namespace

Drupal\Tests\taxonomy_entity_index\Kernel

Code

protected $entityTypes = [
  'entity_test',
];