summaryrefslogtreecommitdiffstats
path: root/tests/lib/share/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/share/backend.php')
-rw-r--r--tests/lib/share/backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/share/backend.php b/tests/lib/share/backend.php
index 07958266947..9c0d7fcb020 100644
--- a/tests/lib/share/backend.php
+++ b/tests/lib/share/backend.php
@@ -84,4 +84,8 @@ class Test_Share_Backend implements OCP\Share_Backend {
return $testItems;
}
+ public function isShareTypeAllowed($shareType) {
+ return true;
+ }
+
}