Example #1
0
 public function testSnippetsDoNotContainHtmlOrBody()
 {
     $snip = T::snippet($this->p, '.things');
     $html = T::fetch($this->p, array('body' => T::htmlContent($snip())));
     $this->assertNotContains('<body><html>', $html);
 }