spec\LdapTools\Resolver\AttributeValueResolverSpec::it_should_convert_values_from_ldap PHP Метод

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

    function it_should_convert_values_from_ldap()
    {
        $this->beConstructedWith($this->schema, $this->entryFrom, AttributeConverterInterface::TYPE_SEARCH_FROM);
        $this->fromLdap()->shouldHaveKeyWithValue('disabled', false);
        $this->fromLdap()->shouldHaveKeyWithValue('username', 'chad');
        $this->fromLdap()->shouldHaveKeyWithValue('emailAddress', '[email protected]');
        $this->fromLdap()->shouldHaveKeyWithValue('passwordMustChange', true);
    }