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