Example #1
0
 public function test_that_minor_returns_expected_value()
 {
     $currency = Currency::IQD();
     $this->assertSame(1000, $currency->minor());
 }