Lock TTL fix

This commit is contained in:
Philipp Holzer 2018-11-05 08:51:35 +01:00
parent 95a41699cf
commit c2bd69e351
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
11 changed files with 38 additions and 3 deletions

View file

@ -8,6 +8,8 @@ use Friendica\Core\Lock\CacheLockDriver;
/**
* @requires extension memcached
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*/
class MemcachedCacheLockDriverTest extends LockTest
{