コード例 #1
0
ファイル: ProductTest.php プロジェクト: extcode/cart
 /**
  * @test
  */
 public function getContentIdReturnsContentIdSetByConstructor()
 {
     $this->assertSame($this->contentId, $this->product->getContentId());
 }