Skip to content

Commit a28ff42

Browse files
committed
fix function name
1 parent 8cd8026 commit a28ff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phpunit-bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function ensureUserDoesNotExist()
176176
if ($USER->exists()) {
177177
$org = $USER->getOrgGroup();
178178
if ($org->exists() and $org->memberUIDExists($USER->uid)) {
179-
$org->removeUser($USER);
179+
$org->removeMemberUID($USER->uid);
180180
ensure(!$org->memberUIDExists($USER->uid));
181181
}
182182
$LDAP->getUserEntry($USER->uid)->delete();

0 commit comments

Comments
 (0)