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