spec\LdapTools\Query\Builder\ADFilterBuilderSpec::it_should_MatchingRule_when_calling_passwordNeverExpires PHP Méthode

it_should_MatchingRule_when_calling_passwordNeverExpires() public méthode

    function it_should_MatchingRule_when_calling_passwordNeverExpires()
    {
        $this->passwordNeverExpires()->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\MatchingRule');
    }