summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/api/sharees.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/api/sharees.php')
-rw-r--r--apps/files_sharing/tests/api/sharees.php50
1 files changed, 50 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/api/sharees.php b/apps/files_sharing/tests/api/sharees.php
new file mode 100644
index 00000000000..a9e3350ceb3
--- /dev/null
+++ b/apps/files_sharing/tests/api/sharees.php
@@ -0,0 +1,50 @@
+<?php
+
+use OCA\Files_Sharing\API\Sharees;
+use OCA\Files_sharing\Tests\TestCase;
+
+class ShareesTest extends TestCase {
+
+ /**
+ * Properly mock all injected elements
+ */
+ protected function setup() {
+
+ }
+
+ public function testArguments() {
+
+ }
+
+ public function testsOnlyUsers() {
+
+ }
+
+ public function testOnlyGroups() {
+
+ }
+
+ public function testRemoteAddress() {
+
+ }
+
+ public function testRemoteFromContacts() {
+
+ }
+
+ public function testAll() {
+
+ }
+
+ public function testSorting() {
+
+ }
+
+ public function testPagination() {
+
+ }
+
+ public function testShareWithinGroup() {
+
+ }
+}