Exemple #1
0
 public function testOddDivision()
 {
     $ten = new Money(10);
     $this->compareMoney(new Money(3.33), $ten->divide(3));
 }