diff options
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/tests/groupstest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index d37f4412e20..f21c217e67e 100644 --- a/apps/provisioning_api/tests/groupstest.php +++ b/apps/provisioning_api/tests/groupstest.php @@ -58,6 +58,9 @@ class GroupsTest extends \Test\TestCase { ); } + /** + * @param string $gid + */ private function createGroup($gid) { $group = $this->getMock('OCP\IGroup'); $group @@ -66,6 +69,9 @@ class GroupsTest extends \Test\TestCase { return $group; } + /** + * @param string $uid + */ private function createUser($uid) { $user = $this->getMock('OCP\IUser'); $user |