X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FSemaphoreLockTest.php;h=87d8b2cd2f59595eeed51422037e92a2f5caa01a;hb=e6c054c27602a3acadac3c423273bdf748fcee27;hp=71273fdc2c0289749778a5038c741b88370291fd;hpb=4b38b6aa1620fafc49d8fc6dfa303fc4e7306175;p=friendica.git diff --git a/tests/src/Core/Lock/SemaphoreLockTest.php b/tests/src/Core/Lock/SemaphoreLockTest.php index 71273fdc2c..87d8b2cd2f 100644 --- a/tests/src/Core/Lock/SemaphoreLockTest.php +++ b/tests/src/Core/Lock/SemaphoreLockTest.php @@ -32,7 +32,7 @@ use Mockery\MockInterface; class SemaphoreLockTest extends LockTest { - protected function setUp() + protected function setUp(): void { /** @var MockInterface|Dice $dice */ $dice = Mockery::mock(Dice::class)->makePartial(); @@ -59,6 +59,9 @@ class SemaphoreLockTest extends LockTest return new SemaphoreLock(); } + /** + * @doesNotPerformAssertions + */ public function testLockTTL() { self::markTestSkipped("Semaphore doesn't work with TTL");