Add group for cache tests

This commit is contained in:
Philipp Holzer 2019-09-23 14:31:13 +02:00
parent d5dd12b8f8
commit 0823f4d72d
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
9 changed files with 32 additions and 2 deletions

View file

@ -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()