Skip to content

Commit 26d235c

Browse files
Update test/phpunit-bootstrap.php
Co-authored-by: bryank-cs <[email protected]>
1 parent aff8c1e commit 26d235c

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
@@ -208,7 +208,7 @@ function ensureOrgGroupDoesNotExist()
208208

209209
function ensureUserNotRequestedAccountDeletion()
210210
{
211-
global $USER, $SSO, $LDAP, $SQL, $MAILER, $WEBHOOK;
211+
global $USER, $SQL;
212212
if ($SQL->accDeletionRequestExists($USER->uid)) {
213213
$SQL->deleteAccountDeletionRequest($USER->uid);
214214
}

0 commit comments

Comments
 (0)