예제 #1
0
파일: IbanTest.php 프로젝트: tpweb/iban
 public function testIbanFormat()
 {
     $iban = new Iban("BE68539007547034");
     $this->assertEquals("BE68 5390 0754 7034", $iban->ibanFormat());
 }