Example #1
0
 /**
  * @test
  */
 public function getRecurringEventIdReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getRecurringEventId());
 }