public function testGetting()
 {
     $this->object->offset(100);
     $this->assertSame(100, $this->object->getOffset());
 }