Ejemplo n.º 1
0
 public function testPaginationTotalCount()
 {
     $p = new Pagination(array(), 100);
     $this->assertTrue($p->getTotalCount() == 100);
 }