spec\Phpro\SoapClient\Soap\TypeConverter\TypeConverterCollectionSpec::it_should_not_be_able_to_add_the_same_converter_twice PHP 메소드

it_should_not_be_able_to_add_the_same_converter_twice() 공개 메소드

    function it_should_not_be_able_to_add_the_same_converter_twice()
    {
        $this->shouldThrow(InvalidArgumentException::class)->duringAdd(new DateTypeConverter());
    }