public function testGamerinstance()
 {
     $gamerInstance = new Eventlog();
     $gamerInst = new Gamerinstance();
     $gamerInstanceGet = $gamerInstance->setGamerInstance($gamerInst)->getGamerInstance();
     $this->assertTrue($gamerInst == $gamerInstanceGet);
 }