mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
ensure user folder is created in ApiTest
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
d84f9fa9bb
commit
11a6887c7d
1 changed files with 3 additions and 0 deletions
|
|
@ -383,6 +383,9 @@ class ApiTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testGetAllSharesWithMe() {
|
||||
$this->loginAsUser(self::TEST_FILES_SHARING_API_USER2);
|
||||
$this->logout();
|
||||
|
||||
$node1 = $this->userFolder->get($this->filename);
|
||||
$share1 = $this->shareManager->newShare();
|
||||
$share1->setNode($node1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue