You are here

protected property EntitySerializationTest::$entityClass in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php \Drupal\Tests\serialization\Kernel\EntitySerializationTest::entityClass

The class name of the test class.

Type: string

File

core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php, line 71

Class

EntitySerializationTest
Tests that entities can be serialized to supported core formats.

Namespace

Drupal\Tests\serialization\Kernel

Code

protected $entityClass = 'Drupal\\entity_test\\Entity\\EntityTest';