public function testGetSubtotal()
 {
     $this->assertSame($this->quantity * $this->price, $this->object->getSubtotal());
 }