Skip to content

Instantly share code, notes, and snippets.

@annejan
Created January 23, 2017 14:33
Show Gist options
  • Save annejan/83c9dc60c886234b8d6d0023a89f0733 to your computer and use it in GitHub Desktop.
Save annejan/83c9dc60c886234b8d6d0023a89f0733 to your computer and use it in GitHub Desktop.
/**
* @return string
*/
public function testRender()
{
Container::getInstance()->call([$this, 'build']);
return view($this->buildView(), $this->buildViewData())->render();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment