public function testLabel()
 {
     $this->hit->setLabel('some_label');
     $this->assertSame('some_label', $this->hit->getLabel());
 }