예제 #1
0
 public function testCurrencyCode()
 {
     $this->assertRegExp('/^[A-Z]{3}$/', Miscellaneous::currencyCode());
 }