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

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

    function it_should_use_the_specified_attribute_when_requested_for_hasMemberRecursively()
    {
        $this->hasMemberRecursively('foo', 'users')->getAttribute()->shouldBeEqualTo('users');
    }