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

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

    function it_should_set_whether_paging_is_used_for_the_query_operation()
    {
        $this->getUsePaging()->shouldBeEqualTo(null);
        $this->setUsePaging(true);
        $this->getUsePaging()->shouldBeEqualTo(true);
    }