X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FAPCuCacheLockTest.php;h=9f893ab32408a5fd94cf9b2bf6ed7fe43aca3150;hb=c8344886fde31afe26c43669169ac1fc655eaba7;hp=c2437178108ff0cae6ea8b4a271b9486d6c6013b;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/tests/src/Core/Lock/APCuCacheLockTest.php b/tests/src/Core/Lock/APCuCacheLockTest.php index c243717810..9f893ab324 100644 --- a/tests/src/Core/Lock/APCuCacheLockTest.php +++ b/tests/src/Core/Lock/APCuCacheLockTest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test\src\Core\Lock; @@ -10,10 +29,10 @@ use Friendica\Core\Lock\CacheLock; */ class APCuCacheLockTest extends LockTest { - protected function setUp() + protected function setUp(): void { if (!APCuCache::isAvailable()) { - $this->markTestSkipped('APCu is not available'); + static::markTestSkipped('APCu is not available'); } parent::setUp();