You are here

protected property SerializationTest::$serializer in Drupal 9

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

The serializer service to test.

Type: \Symfony\Component\Serializer\SerializerInterface

File

core/modules/serialization/tests/src/Kernel/SerializationTest.php, line 27

Class

SerializationTest
Functional tests for serialization system.

Namespace

Drupal\Tests\serialization\Kernel

Code

protected $serializer;