mirror of
https://github.com/friendica/friendica
synced 2025-04-29 17:04:23 +02:00
Make tests PHPUnit 6.0 compatible
This commit is contained in:
parent
1bcfa714a1
commit
93c8fdcbd4
10 changed files with 24 additions and 0 deletions
|
@ -31,6 +31,9 @@ class ArrayCacheLockTest extends LockTest
|
|||
return new CacheLock(new ArrayCache('localhost'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testLockTTL()
|
||||
{
|
||||
self::markTestSkipped("ArrayCache doesn't support TTL");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue