We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1aa13 commit 3e18688Copy full SHA for 3e18688
test/phpunit-bootstrap.php
@@ -197,7 +197,7 @@ function ensurePIGroupDoesNotExist()
197
$LDAP->getPIGroupEntry($gid)->delete();
198
ensure(!$USER->getPIGroup()->exists());
199
}
200
-if (count($USER->getPIGroupGIDs()) === 0) {
+ if (count($USER->getPIGroupGIDs()) === 0) {
201
$USER->setFlag(UserFlag::QUALIFIED, false);
202
203
0 commit comments