mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:44:23 +02:00
Lock TTL fix
This commit is contained in:
parent
95a41699cf
commit
c2bd69e351
11 changed files with 38 additions and 3 deletions
|
@ -6,6 +6,10 @@ namespace Friendica\Test\src\Core\Lock;
|
|||
use Friendica\Core\Cache\ArrayCache;
|
||||
use Friendica\Core\Lock\CacheLockDriver;
|
||||
|
||||
/**
|
||||
* @runTestsInSeparateProcesses
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
class ArrayCacheLockDriverTest extends LockTest
|
||||
{
|
||||
protected function getInstance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue