You are here

protected property EntitySerializationTest::$entityClass in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php \Drupal\Tests\serialization\Kernel\EntitySerializationTest::entityClass
  2. 10 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 69

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';