aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Memcache/Cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Memcache/Cache.php')
-rw-r--r--tests/lib/Memcache/Cache.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/Memcache/Cache.php b/tests/lib/Memcache/Cache.php
index 5845d426311..b48f5557faa 100644
--- a/tests/lib/Memcache/Cache.php
+++ b/tests/lib/Memcache/Cache.php
@@ -8,9 +8,11 @@
namespace Test\Memcache;
+use OCP\IMemcache;
+
abstract class Cache extends \Test\Cache\TestCache {
/**
- * @var \OCP\IMemcache cache;
+ * @var IMemcache cache;
*/
protected $instance;