Ejemplo n.º 1
0
 public function testIbanClearFormat()
 {
     $iban = new Iban("BE68539007547034");
     $this->assertEquals("BE68539007547034", $iban->ibanClearFormat());
 }