Skip to content

Commit

Permalink
fixup! fixup! WIP - add check-group command in user_ldap
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jul 20, 2023
1 parent 8521643 commit bce4a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/user_ldap/tests/Jobs/UpdateGroupsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ public function testHandleKnownGroups(): void {
$knownGroups[$group]
)
);
$this->groupMembershipMapper->expects($this->exactly(3))
->method('delete');
$this->groupMembershipMapper->expects($this->exactly(2))
->method('insert');

$this->groupBackend->expects($this->any())
->method('usersInGroup')
Expand Down

0 comments on commit bce4a6e

Please sign in to comment.