Esempio n. 1
0
 /**
  * @test
  */
 public function getCartProductIdReturnsProductIdSetByConstructor()
 {
     $this->assertSame($this->id, $this->payment->getId());
 }