You are here

protected property BulkDeleteTest::$entityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Kernel/BulkDeleteTest.php \Drupal\Tests\field\Kernel\BulkDeleteTest::entityTypeId

The entity type to be used in the test classes.

Type: string

File

core/modules/field/tests/src/Kernel/BulkDeleteTest.php, line 50

Class

BulkDeleteTest
Bulk delete storages and fields, and clean up afterwards.

Namespace

Drupal\Tests\field\Kernel

Code

protected $entityTypeId = 'entity_test';