예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testPageOne()
 {
     $this->result->page(1, 10);
     $this->assertEquals(array(10, 0), $this->result->getLimit());
 }