Example #1
0
 /**
  * @test
  */
 public function getGuestsCanSeeOtherGuestsReturnsInitialValueForBool()
 {
     $this->assertSame(FALSE, $this->subject->getGuestsCanSeeOtherGuests());
 }