예제 #1
0
 public function testGetCurrencies()
 {
     $currencies = StubLocale::getCurrencies();
     $this->assertTrue(in_array('BRL', $currencies));
 }