Make tests PHPUnit 6.0 compatible
This commit is contained in:
@@ -59,6 +59,9 @@ class SemaphoreLockTest extends LockTest
|
||||
return new SemaphoreLock();
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testLockTTL()
|
||||
{
|
||||
self::markTestSkipped("Semaphore doesn't work with TTL");
|
||||
|
||||
Reference in New Issue
Block a user