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