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