Rewrote global static global_tpl_vars to getters/setters on Smarty class, fixing several test cases. Added a ::getValue() method to Variable.

This commit is contained in:
Simon Wisselink
2023-01-09 09:55:22 +01:00
parent c5de83b09f
commit 34d5d6d024
10 changed files with 80 additions and 136 deletions

View File

@@ -8,15 +8,11 @@
/**
* class for clearing all assigned variables tests
*
*
*
*
*/
class ClearAllAssignTest extends PHPUnit_Smarty
{
protected $_data = null;
protected $_tpl = null;
private $_data = null;
private $_tpl = null;
public function setUp(): void
{