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