Ejemplo n.º 1
0
 public function testBicCalculationNetherlands()
 {
     $iban = new Iban("NL91ABNA0417164300");
     $this->assertEquals($iban->calculateBic(), "ABNANL2A");
 }