diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-25 23:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 23:38:17 +0200 |
commit | c6a9ec3169426130f440c89f406cf6f662f998c7 (patch) | |
tree | 0f92284977f645478609eeacdd5209f06653f778 | |
parent | ccce3dc0b530263e53a1bd3422d30343c91010bc (diff) | |
parent | 04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30 (diff) | |
download | nextcloud-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.php | 2 |
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 { |