mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
enable memcache test
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* Smarty PHPUnit Config
|
* Smarty PHPUnit Config
|
||||||
*/
|
*/
|
||||||
define('individualFolders', true);
|
define('individualFolders', true);
|
||||||
define('MemCacheEnable', false);
|
define('MemCacheEnable', true);
|
||||||
define('ApcCacheEnable', false);
|
define('ApcCacheEnable', false);
|
||||||
define('MysqlCacheEnable', false);
|
define('MysqlCacheEnable', false);
|
||||||
define('PdoCacheEnable', false);
|
define('PdoCacheEnable', false);
|
||||||
|
Reference in New Issue
Block a user