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

@ -4,6 +4,9 @@ namespace Friendica\Test\src\Core\Cache;
use Friendica\Core\Cache\APCuCache;
/**
* @group APCU
*/
class APCuCacheTest extends MemoryCacheTest
{
protected function setUp()