Adapt tests for PhpUnit 7.5
This commit is contained in:
@@ -61,8 +61,7 @@ class SemaphoreLockTest extends LockTest
|
||||
|
||||
public function testLockTTL()
|
||||
{
|
||||
// Semaphore doesn't work with TTL
|
||||
return true;
|
||||
self::markTestSkipped("Semaphore doesn't work with TTL");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user