Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Apr 1, 2022
1 parent 2a29868 commit 460081b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ public function testGetShare(\OCP\Share\IShare $share, array $result) {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down Expand Up @@ -1715,6 +1716,7 @@ public function testCreateShareUser() {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down Expand Up @@ -1817,6 +1819,7 @@ public function testCreateShareGroup() {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down Expand Up @@ -2198,6 +2201,7 @@ public function testCreateShareRemote() {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down Expand Up @@ -2268,6 +2272,7 @@ public function testCreateShareRemoteGroup() {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down Expand Up @@ -2522,6 +2527,7 @@ public function testCreateReshareOfFederatedMountNoDeletePermissions() {
$this->userManager,
$this->rootFolder,
$this->urlGenerator,
$this->loggerInterface,
$this->currentUser,
$this->l,
$this->config,
Expand Down

0 comments on commit 460081b

Please sign in to comment.