spec\LdapTools\Operation\QueryOperationSpec::it_should_return_the_arguments_for_the_ldap_function_in_the_correct_order PHP Метод

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

    function it_should_return_the_arguments_for_the_ldap_function_in_the_correct_order()
    {
        $args = ['dc=foo,dc=bar', '(foo=bar)', ['foo'], 0];
        $this->setBaseDn($args[0]);
        $this->setFilter($args[1]);
        $this->setAttributes($args[2]);
        $this->getArguments()->shouldBeEqualTo($args);
    }