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