Esempio n. 1
0
 /**
  * @covers ::getFractionDigits
  * @covers ::setFractionDigits
  */
 public function testFractionDigits()
 {
     $this->currency->setFractionDigits('2');
     $this->assertEquals('2', $this->currency->getFractionDigits());
 }