/**
  * @test
  */
 public function getMeetingReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getMeeting());
 }