Пример #1
0
 /**
  * Test next() method
  */
 public function testNext()
 {
     $this->Zym_Paginate_Array->next();
     $this->assertEquals(2, $this->Zym_Paginate_Array->key());
     $this->Zym_Paginate_Array->rewind();
 }