Exemplo n.º 1
0
 /**
  * @covers  \NetglueMoney\Money\Currency::getDefaultFractionDigits
  * @depends testObjectCanBeConstructedForValidConstructorArgument
  */
 public function testDefaultFractionDigitsCanBeRetrieved(Currency $c)
 {
     $this->assertEquals(2, $c->getDefaultFractionDigits());
 }