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

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

    function it_should_return_the_ldap_type_when_calling_get_type()
    {
        $this->getType()->shouldBeEqualTo('user');
    }
LdapObjectSpec