/** * @test */ public function setZipSetsZip() { $zip = '42'; $this->fixture->setZip($zip); $this->assertSame($zip, $this->fixture->getZip()); }