We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e584c commit 0936727Copy full SHA for 0936727
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