You are here

protected function MapDataNormalizerTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php \Drupal\Tests\serialization\Kernel\MapDataNormalizerTest::setUp()
  2. 9 core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php \Drupal\Tests\serialization\Kernel\MapDataNormalizerTest::setUp()

File

core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php, line 36

Class

MapDataNormalizerTest
@group typedData

Namespace

Drupal\Tests\serialization\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->serializer = \Drupal::service('serializer');
  $this->typedDataManager = \Drupal::typedDataManager();
}