mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
f***ing phpunit now doing what it's supposed to.
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class Smarty_Resource {
|
|||||||
* cache for Smarty_Resource instances
|
* cache for Smarty_Resource instances
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected static $resources = array();
|
public static $resources = array();
|
||||||
/**
|
/**
|
||||||
* resource types provided by the core
|
* resource types provided by the core
|
||||||
* @var array
|
* @var array
|
||||||
|
Reference in New Issue
Block a user