Exemplo n.º 1
0
 function it_has_a_slug_provided_in_title_info(PostInfo $postInfo, Slug $slug)
 {
     $postInfo->getSlug()->willReturn($slug);
     $this->getSlug()->shouldBe($slug);
 }
Exemplo n.º 2
0
 /**
  * @return ValueObject\Slug
  */
 public function getSlug()
 {
     return $this->info->getSlug();
 }