예제 #1
0
파일: IbanTest.php 프로젝트: tpweb/iban
 public function testGetCountry()
 {
     $iban = new Iban("BE");
     $this->assertTrue($iban->getCountry() instanceof \TPWeb\Iban\Country\Belgium);
 }