Beispiel #1
0
 /**
  * @covers \Elcodi\Component\Currency\Entity\Money::multiply
  */
 public function testMultiplyMoneyByFactor()
 {
     $this->assertEquals(250, $this->oneHundredDollars->multiply(2.5)->getAmount());
 }