Exemple #1
0
 /**
  *
  */
 public function testItems()
 {
     $pagination = new Pagination(200, 20, 1);
     $this->assertEquals(200, $pagination->items());
 }