spec\LdapTools\Object\LdapObjectSpec::it_should_check_if_the_object_is_a_specific_type PHP Метод

it_should_check_if_the_object_is_a_specific_type() публичный Метод

    function it_should_check_if_the_object_is_a_specific_type()
    {
        $this->isType('user')->shouldBeEqualTo(true);
        $this->isType('computer')->shouldBeEqualTo(false);
    }
LdapObjectSpec