function TimestampNormalizerTest::testSupportsDenormalization

@covers ::supportsDenormalization

File

core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php, line 63

Class

TimestampNormalizerTest
Unit test coverage for the "Timestamp" @DataType.

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

public function testSupportsDenormalization() {
  $this->assertTrue($this->normalizer
    ->supportsDenormalization($this->data
    ->reveal(), Timestamp::class));
}

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