Exemplo n.º 1
0
 public function testGetting()
 {
     $this->object->offset(100);
     $this->assertSame(100, $this->object->getOffset());
 }