spec\LdapTools\Query\Builder\ADFilterBuilderSpec::it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled PHP Метод

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

    function it_should_return_MatchingRule_when_calling_groupIsSecurityEnabled()
    {
        $this->groupIsSecurityEnabled()->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\MatchingRule');
        $this->groupIsSecurityEnabled()->getAttribute()->shouldBeEqualTo('groupType');
        $this->groupIsSecurityEnabled()->getValue()->shouldBeEqualTo(GroupTypeFlags::SECURITY_ENABLED);
    }