]> source.dussan.org Git - nextcloud-server.git/commit
Fix tests, and fix Group::searchUsers to avoid duplicates 32866/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 2 May 2023 09:35:41 +0000 (11:35 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 2 May 2023 09:35:41 +0000 (11:35 +0200)
commit10296ba7e50ede8eee0ed18f477eb3e67bfd5878
tree10c4bc603b7a75060bbf96e7e152fd35216740ef
parent876c162df831f70a9b4ed886f35c47c9c22df5ea
Fix tests, and fix Group::searchUsers to avoid duplicates

Also went back to searchUsers indexing the array by uid as it was the
 previous behavior and the IGroup phpdoc does not say anything about the
 keys.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Group/Group.php
tests/lib/Group/GroupTest.php
tests/lib/Group/ManagerTest.php