summaryrefslogtreecommitdiffstats
path: root/tests/lib/TestCase.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-08-25 15:49:36 +0200
committerRobin Appelman <robin@icewind.nl>2016-08-25 17:22:25 +0200
commit2693ae870eff6a6aec769c035c200f0b5caf4e6f (patch)
treec332331085cadc93889ffb8aa733cf6bc6738078 /tests/lib/TestCase.php
parentb2d365734a692c6e09a07d0190fdabf64f3a295a (diff)
downloadnextcloud-server-2693ae870eff6a6aec769c035c200f0b5caf4e6f.tar.gz
nextcloud-server-2693ae870eff6a6aec769c035c200f0b5caf4e6f.zip
cache user folders
Diffstat (limited to 'tests/lib/TestCase.php')
-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;