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');
    }