X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FAPCuCacheLockTest.php;h=84486595654801c7cb1b1782c03154bdce1fe36a;hb=bc5a1e5acee9ceb61cd08734c554f69850120d76;hp=3fbb3605a195eac0c2e2ea86a72cc03678ab9a56;hpb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;p=friendica.git diff --git a/tests/src/Core/Lock/APCuCacheLockTest.php b/tests/src/Core/Lock/APCuCacheLockTest.php index 3fbb3605a1..8448659565 100644 --- a/tests/src/Core/Lock/APCuCacheLockTest.php +++ b/tests/src/Core/Lock/APCuCacheLockTest.php @@ -1,10 +1,32 @@ . + * + */ 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()