spec\LdapTools\Query\Builder\ADFilterBuilderSpec::it_should_return_MatchingRule_when_calling_hasMemberRecursively PHP 메소드

it_should_return_MatchingRule_when_calling_hasMemberRecursively() 공개 메소드

    function it_should_return_MatchingRule_when_calling_hasMemberRecursively()
    {
        $this->hasMemberRecursively('cn=foo,dc=bar,dc=foo')->shouldReturnAnInstanceOf('LdapTools\\Query\\Operator\\MatchingRule');
    }