nextcloud/apps/files_sharing/tests/api/sharees.php

51 lines
580 B
PHP
Raw Normal View History

2015-08-09 22:19:35 +03:00
<?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() {
}
}