summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-30 09:46:09 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-30 09:46:09 +0200
commita1bfc26b883e458389712af8624a0d76e83a536a (patch)
tree2e7f5612390663f4d1bda7d86642052b8fa6f6b2 /tests
parent6506357210b668cb5c3d32319e46877f0a13c090 (diff)
parentfc474de57313e7d3c369fedb90c7c877212ae78e (diff)
downloadnextcloud-server-a1bfc26b883e458389712af8624a0d76e83a536a.tar.gz
nextcloud-server-a1bfc26b883e458389712af8624a0d76e83a536a.zip
Merge pull request #17249 from owncloud/file-cache-is-a-icache
Fixing "ImportController::__construct() must implement interface OCP\…
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/server.php b/tests/lib/server.php
index f2971fea25d..cf0ad8265bf 100644
--- a/tests/lib/server.php
+++ b/tests/lib/server.php
@@ -99,6 +99,7 @@ class Server extends \Test\TestCase {
['NavigationManager', '\OC\NavigationManager'],
['NavigationManager', '\OCP\INavigationManager'],
['UserCache', '\OC\Cache\File'],
+ ['UserCache', '\OCP\ICache'],
['OcsClient', '\OC\OCSClient'],