ApiPlatform\Core\Tests\Serializer\JsonEncoderTest::testSupportDecoding PHP 메소드

testSupportDecoding() 공개 메소드

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