You are here

protected property EntityResolverTest::$format in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/serialization/tests/src/Kernel/EntityResolverTest.php \Drupal\Tests\serialization\Kernel\EntityResolverTest::format

The format being tested.

Type: string

File

core/modules/serialization/tests/src/Kernel/EntityResolverTest.php, line 29

Class

EntityResolverTest
Tests that entities references can be resolved.

Namespace

Drupal\Tests\serialization\Kernel

Code

protected $format = 'hal_json';