Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-25 23:32:39 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-25 23:32:39 +0300
commit04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30 (patch)
tree1131ae40e2c71e48eb610a934c3cf411e95a5aff /tests/lib/Cache
parent680d7f22bbdcc41a89a333d19ec3f55bc75dd525 (diff)
CappedMemoryCacheTest does not require DB
Makes CI a bit more efficient
Diffstat (limited to 'tests/lib/Cache')
-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 {