Example #1
0
 /**
  * @test
  */
 public function getContentIdReturnsContentIdSetByConstructor()
 {
     $this->assertSame($this->contentId, $this->product->getContentId());
 }