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