Example #1
0
 public function testOffset()
 {
     $_GET['offset'] = 100;
     $this->assertEquals($_GET['offset'], $this->object->offset());
 }