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

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

public it_should_convert_values_to_ldap ( $operation )
    function it_should_convert_values_to_ldap($operation)
    {
        $this->setOperation($operation);
        $this->toLdap()->shouldHaveKeyWithValue('userAccountControl', '512');
        $this->toLdap()->shouldHaveKeyWithValue('username', 'chad');
        $this->toLdap()->shouldHaveKeyWithValue('emailAddress', '[email protected]');
        $this->toLdap()->shouldHaveKeyWithValue('passwordMustChange', '0');
    }