spec\LdapTools\Exception\LdapConnectionExceptionSpec::it_should_have_the_base_exception_type PHP Method

it_should_have_the_base_exception_type() public method

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