コード例 #1
0
ファイル: CurrencyTest.php プロジェクト: novuso/common-l
 public function test_that_minor_returns_expected_value()
 {
     $currency = Currency::IQD();
     $this->assertSame(1000, $currency->minor());
 }