WIP moving Smarty to PSR-4.

This commit is contained in:
Simon Wisselink
2023-01-02 00:49:38 +01:00
parent 6b9e2fadd1
commit 60a56969dd
103 changed files with 1161 additions and 2101 deletions
@@ -71,9 +71,6 @@ class ClearCompiledTest extends PHPUnit_Smarty
$this->_files[$template . '#' . $compile_id] = substr($tpl->compiled->filepath, $directory_length);
}
}
// TODO
//Smarty::$_resource_cache = array();
//$this->getSmartyObj()->_cache['template_objects'] = array();
return $this->_files;
}