Example #1
0
 /**
  * Test if notifyOrganisator can be set
  *
  * @test
  * @return void
  */
 public function setNotifyOrganisatorSetsValueForNotifyOrganisator()
 {
     $this->subject->setNotifyOrganisator(TRUE);
     $this->assertTrue($this->subject->getNotifyOrganisator());
 }