Ejemplo n.º 1
0
 /**
  * Tests BAV::getBank();
  *
  * @expectedException malkusch\bav\BankNotFoundException
  * @see BAV::getBank();
  */
 public function testFailGetBank()
 {
     $bav = new BAV();
     $bav->getBank("12345678");
 }