Example #1
0
 function it_has_teaser_provided_in_content(Content $content, Text $teaser)
 {
     $content->getTeaser()->willReturn($teaser);
     $this->getTeaser()->shouldBe($teaser);
 }
Example #2
0
 /**
  * @return Text
  */
 public function getTeaser()
 {
     return $this->content->getTeaser();
 }