예제 #1
0
 /** @test */
 public function should_increment_the_quantity()
 {
     $this->product->increment();
     $this->assertEquals(2, $this->product->quantity);
 }