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

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

    function it_should_aggregate_properly_on_creation($operation)
    {
        $entry = $this->entryTo;
        $entry['disabled'] = true;
        $entry['passwordNeverExpires'] = true;
        $entry['trustedForAllDelegation'] = true;
        $this->beConstructedWith($this->schema, $entry, AttributeConverterInterface::TYPE_CREATE);
        $this->setOperation($operation);
        $this->toLdap()->shouldHaveKeyWithValue('userAccountControl', '590338');
    }