Exemplo n.º 1
0
 public function testGetSubtotal()
 {
     $this->assertSame($this->quantity * $this->price, $this->object->getSubtotal());
 }