ApiPlatform\Core\Tests\Serializer\JsonEncoderTest::testSupportDecoding PHP Méthode

testSupportDecoding() public méthode

public testSupportDecoding ( )
    public function testSupportDecoding()
    {
        $this->assertTrue($this->encoder->supportsDecoding('json'));
        $this->assertFalse($this->encoder->supportsDecoding('csv'));
    }