Empty skeleton for tests

This commit is contained in:
Roeland Jago Douma 2015-08-09 21:19:35 +02:00 committed by Joas Schilling
parent 8a5c1e6d4d
commit b2fbecc39f
1 changed files with 50 additions and 0 deletions

View File

@ -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() {
}
}