spec\LdapTools\Hydrator\ArrayHydratorSpec::it_should_return_a_single_array_with_keys_when_calling_hydrateEntryFromLdap PHP 메소드

it_should_return_a_single_array_with_keys_when_calling_hydrateEntryFromLdap() 공개 메소드

    function it_should_return_a_single_array_with_keys_when_calling_hydrateEntryFromLdap()
    {
        $this->setSelectedAttributes(['sn']);
        $this->hydrateFromLdap($this->ldapEntries[0])->shouldHaveKey('sn');
    }