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