spec\Phpro\SoapClient\Soap\TypeConverter\TypeConverterCollectionSpec::it_should_not_be_able_to_add_the_same_converter_twice PHP Method

it_should_not_be_able_to_add_the_same_converter_twice() public method

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