You are here

protected property NormalizerTestBase::$serializer in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/hal/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\hal\Kernel\NormalizerTestBase::serializer

The mock serializer.

Type: \Symfony\Component\Serializer\Serializer

File

core/modules/hal/tests/src/Kernel/NormalizerTestBase.php, line 37

Class

NormalizerTestBase
Test the HAL normalizer.

Namespace

Drupal\Tests\hal\Kernel

Code

protected $serializer;