示例#1
0
文件: IbanTest.php 项目: tpweb/iban
 public function testIbanFormat()
 {
     $iban = new Iban("BE68539007547034");
     $this->assertEquals("BE68 5390 0754 7034", $iban->ibanFormat());
 }