aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Memcache/FactoryTest.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/FactoryTest.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/FactoryTest.php')
-rw-r--r--tests/lib/Memcache/FactoryTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Memcache/FactoryTest.php b/tests/lib/Memcache/FactoryTest.php
index f16f70eddc2..9cdd7058ffa 100644
--- a/tests/lib/Memcache/FactoryTest.php
+++ b/tests/lib/Memcache/FactoryTest.php
@@ -61,6 +61,9 @@ class Test_Factory_Unavailable_Cache2 extends NullCache {
}
}
+/**
+ * @group Memcache
+ */
class FactoryTest extends \Test\TestCase {
public const AVAILABLE1 = '\\Test\\Memcache\\Test_Factory_Available_Cache1';
public const AVAILABLE2 = '\\Test\\Memcache\\Test_Factory_Available_Cache2';