public function testClearCache()
 {
     $template = new \Smarty_Internal_Template('fake/template', $this->smarty, null, null, null, true, 60);
     $template->clearCache();
 }