/**
  * Test current() method
  */
 public function testCurrent()
 {
     $this->Zym_Paginate_Array->rewind();
     $this->assertEquals(1, $this->Zym_Paginate_Array->current());
 }