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