public function testAction()
 {
     $this->hit->setAction('some_action');
     $this->assertSame('some_action', $this->hit->getAction());
 }