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