X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FAPCuCacheLockTest.php;h=c2437178108ff0cae6ea8b4a271b9486d6c6013b;hb=cb80108957f16011b5b7b1b8961da8cbd78d60c9;hp=3fbb3605a195eac0c2e2ea86a72cc03678ab9a56;hpb=34e4968c060d0860f72f1d0120751e6cf8513dcb;p=friendica.git diff --git a/tests/src/Core/Lock/APCuCacheLockTest.php b/tests/src/Core/Lock/APCuCacheLockTest.php index 3fbb3605a1..c243717810 100644 --- a/tests/src/Core/Lock/APCuCacheLockTest.php +++ b/tests/src/Core/Lock/APCuCacheLockTest.php @@ -5,6 +5,9 @@ namespace Friendica\Test\src\Core\Lock; use Friendica\Core\Cache\APCuCache; use Friendica\Core\Lock\CacheLock; +/** + * @group APCU + */ class APCuCacheLockTest extends LockTest { protected function setUp()