Make tests PHPUnit 6.0 compatible

This commit is contained in:
Philipp 2021-05-16 23:39:03 +02:00
parent 1bcfa714a1
commit 93c8fdcbd4
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
10 changed files with 24 additions and 0 deletions

View file

@ -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');