Mongolid\Serializer\Type\ConverterTest::testConverterShouldBeAnInstanceOfConverter PHP Method

testConverterShouldBeAnInstanceOfConverter() public method

    public function testConverterShouldBeAnInstanceOfConverter()
    {
        $this->assertInstanceOf(Converter::class, $this->converter);
    }