You are here

protected property EntityAutocompleteTest::$entityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php \Drupal\KernelTests\Core\Entity\EntityAutocompleteTest::entityType

The entity type used in this test.

Type: string

File

core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php, line 26

Class

EntityAutocompleteTest
Tests the autocomplete functionality.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $entityType = 'entity_test';