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