public function let(Country $country) { $country->setZipLength(8); $this->beConstructedWith($country); }