summaryrefslogtreecommitdiffstats
path: root/tests/lib/filestorage/local.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/filestorage/local.php')
-rw-r--r--tests/lib/filestorage/local.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/filestorage/local.php b/tests/lib/filestorage/local.php
index f68fb69b97f..7bb27830baa 100644
--- a/tests/lib/filestorage/local.php
+++ b/tests/lib/filestorage/local.php
@@ -27,7 +27,7 @@ class Test_Filestorage_Local extends Test_FileStorage {
private $tmpDir;
public function setUp() {
$this->tmpDir=OC_Helper::tmpFolder();
- $this->instance=new OC_Filestorage_Local(array('datadir'=>$this->tmpDir));
+ $this->instance=new \OC\Files\Storage\Local(array('datadir'=>$this->tmpDir));
}
public function tearDown() {