예제 #1
0
 function it_renders_document(Document $document)
 {
     $document->toHtml()->willReturn('foo');
     $this->render()->shouldReturn('foo');
 }
예제 #2
0
파일: DeForm.php 프로젝트: desmart/deform
 public function render()
 {
     return $this->document->toHtml();
 }