summaryrefslogtreecommitdiffstats
path: root/tests/lib/cache.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-01-12 13:14:04 +0100
committerRobin Appelman <icewind@owncloud.com>2016-01-12 13:26:58 +0100
commitd8d6368dd70cf01eb6fbdee4ae5224c508da3d1f (patch)
tree297a4c8682923ad96396c8defb53eb6161f82ce8 /tests/lib/cache.php
parent0c0829fbc73ce10ea1a951989c20973b6b5faa16 (diff)
downloadnextcloud-server-d8d6368dd70cf01eb6fbdee4ae5224c508da3d1f.tar.gz
nextcloud-server-d8d6368dd70cf01eb6fbdee4ae5224c508da3d1f.zip
cap the number of entries we cache in smb's statcache
Diffstat (limited to 'tests/lib/cache.php')
-rw-r--r--tests/lib/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache.php b/tests/lib/cache.php
index 894d8c57662..feddcac4693 100644
--- a/tests/lib/cache.php
+++ b/tests/lib/cache.php
@@ -8,7 +8,7 @@
abstract class Test_Cache extends \Test\TestCase {
/**
- * @var \OC\Cache cache;
+ * @var \OCP\ICache cache;
*/
protected $instance;