setUpSmarty(__DIR__); } public function testInit() { $this->cleanDirs(); } /** * test {$smarty.version} * */ public function testSmartyVersion() { $this->assertEquals(\Smarty\Smarty::SMARTY_VERSION, $this->smarty->fetch('version.tpl')); } }