mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-11 17:43:50 +01:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user