aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Memcache/ArrayCacheTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-01-20 15:49:15 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-02-07 11:23:28 +0100
commit2d8e696c24fef754662ed20f17b5b52091491ac5 (patch)
treea92ed5e6c93c51407526cb7663788784fa96e00f /tests/lib/Memcache/ArrayCacheTest.php
parentb370fdb1e713f82ce02368ffa6aa4fd926edb8a8 (diff)
downloadnextcloud-server-2d8e696c24fef754662ed20f17b5b52091491ac5.tar.gz
nextcloud-server-2d8e696c24fef754662ed20f17b5b52091491ac5.zip
Add apcu and ffmpeg to have less skipped tests
Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/Memcache/ArrayCacheTest.php')
-rw-r--r--tests/lib/Memcache/ArrayCacheTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Memcache/ArrayCacheTest.php b/tests/lib/Memcache/ArrayCacheTest.php
index 4e3623d344d..47a39a82d5d 100644
--- a/tests/lib/Memcache/ArrayCacheTest.php
+++ b/tests/lib/Memcache/ArrayCacheTest.php
@@ -9,6 +9,9 @@
namespace Test\Memcache;
+/**
+ * @group Memcache
+ */
class ArrayCacheTest extends Cache {
protected function setUp(): void {
parent::setUp();