コード例 #1
0
ファイル: BeVariantTest.php プロジェクト: extcode/cart
 /**
  * @test
  */
 public function getTitleReturnsTitleSetByConstructor()
 {
     $this->assertSame($this->title, $this->beVariant->getTitle());
 }