We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cf5de commit 3713063Copy full SHA for 3713063
apps/files_sharing/tests/ApiTest.php
@@ -383,6 +383,9 @@ public function testGetAllShares() {
383
}
384
385
public function testGetAllSharesWithMe() {
386
+ $this->loginAsUser(self::TEST_FILES_SHARING_API_USER2);
387
+ $this->logout();
388
+
389
$node1 = $this->userFolder->get($this->filename);
390
$share1 = $this->shareManager->newShare();
391
$share1->setNode($node1)
0 commit comments