Example #1
0
 public function testSubtotal()
 {
     $this->assertEquals(new Money(1000, 'USD'), $this->item->subtotal());
 }