Example #1
0
 public function testContentCanBePrependedToElements()
 {
     $html = T::fetch($this->p, array('title' => T::prepend('The ')));
     $this->assertContains('The Example Title', $html);
 }