aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-27 22:44:29 +0200
committerGitHub <noreply@github.com>2016-08-27 22:44:29 +0200
commit4d85ffc27cab959b25c00426e334319495535bb9 (patch)
tree690e50739a02d69dd8fd5d994f88670524dde427 /tests
parentccbbf61ed60dcff59208c756b0d77b6157925ac7 (diff)
parentfb88d668575562407edcaf392ec6f771cba55dba (diff)
downloadnextcloud-server-4d85ffc27cab959b25c00426e334319495535bb9.tar.gz
nextcloud-server-4d85ffc27cab959b25c00426e334319495535bb9.zip
Merge pull request #1054 from nextcloud/less-cache-hits
Reduce the number of cache operations for dav operations
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/TestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php
index 514cb6ea3a5..b9b18c644fd 100644
--- a/tests/lib/TestCase.php
+++ b/tests/lib/TestCase.php
@@ -24,6 +24,7 @@ namespace Test;
use DOMDocument;
use DOMNode;
+use OC\Cache\CappedMemoryCache;
use OC\Command\QueueBus;
use OC\Files\Filesystem;
use OC\Template\Base;