Example #1
0
 /**
  * @test
  */
 public function setTeaserForStringSetsTeaser()
 {
     $this->subject->setTeaser('This is a teaser');
     $this->assertAttributeEquals('This is a teaser', 'teaser', $this->subject);
 }