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