Example #1
0
 /**
  * @test
  */
 public function setGuestsCanInviteOthersForBoolSetsGuestsCanInviteOthers()
 {
     $this->subject->setGuestsCanInviteOthers(TRUE);
     $this->assertAttributeEquals(TRUE, 'guestsCanInviteOthers', $this->subject);
 }