mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +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
|
@ -60,11 +60,17 @@ class MemcachedCacheLockTest extends LockTest
|
|||
return $lock;
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testGetLocks()
|
||||
{
|
||||
static::markTestIncomplete('Race condition because of too fast getLocks() which uses a workaround');
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testGetLocksWithPrefix()
|
||||
{
|
||||
static::markTestIncomplete('Race condition because of too fast getLocks() which uses a workaround');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue