Example #1
0
 public function testModifier()
 {
     $str = Template::RenderToString('tmpl-modifier.html', array('mdtext' => '#A h1 title'));
     $this->assertEquals(trim($str), '<h1>A h1 title</h1>');
 }