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