spec\LdapTools\Exception\AttributeConverterExceptionSpec::it_should_have_the_base_exception_type PHP 메소드

it_should_have_the_base_exception_type() 공개 메소드

    function it_should_have_the_base_exception_type()
    {
        $this->shouldHaveType('\\LdapTools\\Exception\\Exception');
    }