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