summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-25 23:38:17 +0200
committerGitHub <noreply@github.com>2016-08-25 23:38:17 +0200
commitc6a9ec3169426130f440c89f406cf6f662f998c7 (patch)
tree0f92284977f645478609eeacdd5209f06653f778
parentccce3dc0b530263e53a1bd3422d30343c91010bc (diff)
parent04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30 (diff)
downloadnextcloud-server-c6a9ec3169426130f440c89f406cf6f662f998c7.tar.gz
nextcloud-server-c6a9ec3169426130f440c89f406cf6f662f998c7.zip
Merge pull request #1065 from nextcloud/cappedcachetest_nodb
CappedMemoryCacheTest does not require DB
-rw-r--r--tests/lib/Cache/CappedMemoryCacheTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/Cache/CappedMemoryCacheTest.php b/tests/lib/Cache/CappedMemoryCacheTest.php
index 27e5df4e265..243a1ad74f1 100644
--- a/tests/lib/Cache/CappedMemoryCacheTest.php
+++ b/tests/lib/Cache/CappedMemoryCacheTest.php
@@ -25,8 +25,6 @@ namespace Test\Cache;
/**
* Class CappedMemoryCacheTest
*
- * @group DB
- *
* @package Test\Cache
*/
class CappedMemoryCacheTest extends TestCache {