Move test file to subdir

This commit is contained in:
Joas Schilling 2015-08-11 14:57:51 +02:00
parent b2fbecc39f
commit 9b0058d2b0
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Sharees {
* @param IUserSession $userSession
*/
public function __construct(IGroupManager $groupManager,
IUserManager $userManager,
IUserManager $userManager,
\OCP\Contacts\IManager $contactsManager,
IAppConfig $appConfig,
IUserSession $userSession,