You are here

protected property TranslationTest::$entityType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Kernel/TranslationTest.php \Drupal\Tests\field\Kernel\TranslationTest::entityType
  2. 10 core/modules/field/tests/src/Kernel/TranslationTest.php \Drupal\Tests\field\Kernel\TranslationTest::entityType

The name of the entity type to use in this test.

Type: string

File

core/modules/field/tests/src/Kernel/TranslationTest.php, line 40

Class

TranslationTest
Tests multilanguage fields logic.

Namespace

Drupal\Tests\field\Kernel

Code

protected $entityType = 'test_entity';