コード例 #1
0
ファイル: IbanTest.php プロジェクト: tpweb/iban
 public function testBicCalculationNetherlands()
 {
     $iban = new Iban("NL91ABNA0417164300");
     $this->assertEquals($iban->calculateBic(), "ABNANL2A");
 }