public function testSetAccepted()
 {
     $appStat = new ApplicationStatistic();
     $appStat->setAccepted(true);
     $this->assertEquals(true, $appStat->getAccepted());
 }