Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependencies' into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed May 28, 2024
2 parents 8800f33 + 7e97934 commit 92f708b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public function testHandleElementWorkspacesQuery(): void
'/test-object-folder-3/sub-folder-3/sub-sub-folder-3/sub-sub-sub-folder-3',
], $user);


}

private function assertAssetSearchResultFolders(array $expectedPaths, User $user)
Expand Down Expand Up @@ -387,6 +386,7 @@ private function createUserWithAssetWorkspaces(array $workspaces): User

return $user;
}

private function createUserWithWorkspaces(array $assetWorkspaces, array $documentWorkspaces, array $objectWorkspaces): User
{
$user = new User();
Expand Down

0 comments on commit 92f708b

Please sign in to comment.