function PrimitiveDataNormalizerTest::testNormalize

@covers ::normalize
@dataProvider dataProviderPrimitiveData

File

core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php, line 56

Class

PrimitiveDataNormalizerTest
@coversDefaultClass \Drupal\serialization\Normalizer\PrimitiveDataNormalizer[[api-linebreak]] @group serialization

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

public function testNormalize($primitive_data, $expected) : void {
  $this->assertSame($expected, $this->normalizer
    ->normalize($primitive_data));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.