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

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

    function it_should_set_the_page_size_for_the_query_operation()
    {
        $pageSize = 1000;
        $this->setPageSize($pageSize);
        $this->getPageSize()->shouldBeEqualTo($pageSize);
    }