/**
  * Test if topnews can be set
  *
  * @test
  * @return void
  */
 public function isttopnewsCanBeSet()
 {
     $istopnews = TRUE;
     $this->newsDomainModelInstance->setIstopnews($istopnews);
     $this->assertEquals($istopnews, $this->newsDomainModelInstance->getIstopnews());
 }