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