コード例 #1
0
ファイル: ZipSpec.php プロジェクト: wsorprendente/zipcode
 public function let(Country $country)
 {
     $country->setZipLength(8);
     $this->beConstructedWith($country);
 }