summaryrefslogtreecommitdiffstats
path: root/tests/lib/cache
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-10 12:51:15 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-10 12:51:15 +0200
commitc88c54bbb054fe2d79b3a93604989d527b5dd444 (patch)
treeb8468b49889399025fec238a438034dd00cec53f /tests/lib/cache
parent4b9fbf46e554f8bb368e6cf5a8f75ca5c56e8228 (diff)
downloadnextcloud-server-c88c54bbb054fe2d79b3a93604989d527b5dd444.tar.gz
nextcloud-server-c88c54bbb054fe2d79b3a93604989d527b5dd444.zip
make sure we can do our tests again
Diffstat (limited to 'tests/lib/cache')
-rw-r--r--tests/lib/cache/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache/file.php b/tests/lib/cache/file.php
index 1dd1ff7fa87..3e8fd8c1bb1 100644
--- a/tests/lib/cache/file.php
+++ b/tests/lib/cache/file.php
@@ -51,7 +51,7 @@ class Test_Cache_File extends Test_Cache {
OC_User::setUserId('test');
//set up the users dir
- $rootView=new OC_FilesystemView('');
+ $rootView=new \OC\Files\View('');
$rootView->mkdir('/test');
$this->instance=new OC_Cache_File();