예제 #1
0
 public function testHelpersUsage()
 {
     Zenplate::addViewHelper("string", new StringHelper());
     $html = Zenplate::load(__DIR__ . "/../fixture/tmpl_using_helpers.php", array("a" => "a"));
     $this->assertEquals($html, "A");
 }