Example #1
0
 /**
  * @test
  */
 public function getTeaserReturnsInitialValueForTeaser()
 {
     $this->assertSame('', $this->product->getTeaser());
 }