diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-25 22:32:39 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-25 22:32:39 +0200 |
commit | 04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30 (patch) | |
tree | 1131ae40e2c71e48eb610a934c3cf411e95a5aff /tests | |
parent | 680d7f22bbdcc41a89a333d19ec3f55bc75dd525 (diff) | |
download | nextcloud-server-04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30.tar.gz nextcloud-server-04cffe6d81a441c8b8ba3a6e9f029fb9184c2b30.zip |
CappedMemoryCacheTest does not require DB
Makes CI a bit more efficient
Diffstat (limited to 'tests')
-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 { |