summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-01-15 14:24:54 +0100
committerRobin Appelman <icewind@owncloud.com>2015-01-15 14:24:54 +0100
commit0753514e5b98f570607c59a226a237a52272aa43 (patch)
treed78658e1283930001d3d6a3184aa80d9c0222bc4 /tests
parent7ef006e1c9e5b3241b29eaf79d3561c43c44865b (diff)
downloadnextcloud-server-0753514e5b98f570607c59a226a237a52272aa43.tar.gz
nextcloud-server-0753514e5b98f570607c59a226a237a52272aa43.zip
Fix test
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php
index a30d6df4339..ce78896b152 100644
--- a/tests/lib/files/view.php
+++ b/tests/lib/files/view.php
@@ -8,6 +8,7 @@
namespace Test\Files;
use OC\Files\Cache\Watcher;
+use OC\Files\Storage\Temporary;
class TemporaryNoTouch extends \OC\Files\Storage\Temporary {
public function touch($path, $mtime = null) {