Example #1
0
 public function testPageOne()
 {
     $this->result->page(1, 10);
     $this->assertEquals(array(10, 0), $this->result->getLimit());
 }