コード例 #1
0
ファイル: StubLocaleTest.php プロジェクト: Dren-x/mobit
 public function testGetCurrencies()
 {
     $currencies = StubLocale::getCurrencies();
     $this->assertTrue(in_array('BRL', $currencies));
 }