Example #1
0
 /**
  * @test
  */
 public function getCartProductIdReturnsProductIdSetByConstructor()
 {
     $this->assertSame($this->productId, $this->product->getProductId());
 }