We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8026 commit a28ff42Copy full SHA for a28ff42
test/phpunit-bootstrap.php
@@ -176,7 +176,7 @@ function ensureUserDoesNotExist()
176
if ($USER->exists()) {
177
$org = $USER->getOrgGroup();
178
if ($org->exists() and $org->memberUIDExists($USER->uid)) {
179
- $org->removeUser($USER);
+ $org->removeMemberUID($USER->uid);
180
ensure(!$org->memberUIDExists($USER->uid));
181
}
182
$LDAP->getUserEntry($USER->uid)->delete();
0 commit comments