ApiPlatform\Core\Tests\Serializer\JsonEncoderTest::testSupportDecoding PHP Method

testSupportDecoding() public method

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