mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:44:23 +02:00
Added Unittests for cache
fixed Lock & Cache bugs
This commit is contained in:
parent
1dafaa69c5
commit
80a4e6263f
18 changed files with 317 additions and 25 deletions
|
@ -24,4 +24,10 @@ class ArrayCacheLockDriverTest extends LockTest
|
|||
$this->cache->clear();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
public function testLockTTL()
|
||||
{
|
||||
// ArrayCache doesn't support TTL
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue