public function testItemQuantity()
 {
     $this->hit->setItemQuantity(1);
     $this->assertSame(1, $this->hit->getItemQuantity());
 }