We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0182737 commit 6ed7483Copy full SHA for 6ed7483
test/functional/PIDisableTest.php
@@ -114,6 +114,7 @@ public function testPIMgmtShowsBothGroupsWithDisabledAttributeSetFalseAndUnset()
114
$pi_group = $USER->getPIGroup();
115
$entry = $LDAP->getPIGroupEntry($pi_group->gid);
116
$this->assertEquals([], $entry->getAttribute("isDisabled"));
117
+ $this->switchUser("Admin");
118
$this->assertStringContainsString(
119
$pi_group->gid,
120
http_get(__DIR__ . "/../../webroot/admin/pi-mgmt.php"),
0 commit comments