Example #1
0
 function it_has_a_title_provided_in_title_info(PostInfo $postInfo, Title $title)
 {
     $postInfo->getTitle()->willReturn($title);
     $this->getTitle()->shouldBe($title);
 }
Example #2
0
 /**
  * @return ValueObject\Title
  */
 public function getTitle()
 {
     return $this->info->getTitle();
 }