public function testUserIp()
 {
     $this->hit->setUserIp('some_user_ip');
     $this->assertSame('some_user_ip', $this->hit->getUserIp());
 }