Esempio n. 1
0
 /**
  * @expectedException CM_Exception_Invalid
  * @expectedExceptionMessageRegexp No currency with abbreviation `\w+` set
  */
 public function testGetByAbbreviationThrows()
 {
     CM_Model_Currency::getByAbbreviation('XYZ');
 }