Esempio n. 1
0
 /**
  *
  */
 public function testGetSupportedCurrencies()
 {
     $currencies = \Superbalist\Money\CurrencyFactory::getAllSupported();
     $this->assertArrayHasKey('ZAR', $currencies);
 }