예제 #1
0
 public function testShouldThePercentValueAmount()
 {
     $money = Money::fromFloat(11.25);
     $this->assertEquals(0.6, $money->partsPercent(5));
 }