forked from extern/egroupware
fix warning in tests
This commit is contained in:
parent
67e68f86f7
commit
e360932bdf
@ -14,7 +14,7 @@
|
|||||||
namespace EGroupware\Api\Cache;
|
namespace EGroupware\Api\Cache;
|
||||||
|
|
||||||
// fix warning in tests, if memcache extension not available
|
// fix warning in tests, if memcache extension not available
|
||||||
if (defined('MEMCACHE_COMPRESSED')) define('MEMCACHE_COMPRESSED', 2);
|
if (!defined('MEMCACHE_COMPRESSED')) define('MEMCACHE_COMPRESSED', 2);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Caching provider storing data in memcached via PHP's memcache extension
|
* Caching provider storing data in memcached via PHP's memcache extension
|
||||||
|
Loading…
Reference in New Issue
Block a user