Exemplo n.º 1
0
 function it_renders_document(Document $document)
 {
     $document->toHtml()->willReturn('foo');
     $this->render()->shouldReturn('foo');
 }
Exemplo n.º 2
0
 public function render()
 {
     return $this->document->toHtml();
 }