Example #1
0
 /** @test */
 public function should_decrement_the_quantity()
 {
     $this->product->decrement();
     $this->assertEquals(0, $this->product->quantity);
 }