Example #1
0
 /**
  * @expectedException UnknownCurrencyException
  */
 public function testCreatingUnknownCurrency()
 {
     $a = money::XYZ(123);
 }