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 cedad81 commit b6fa308Copy full SHA for b6fa308
test/functional/PiMemberApproveTest.php
@@ -34,6 +34,7 @@ private function requestJoinPI(string $gid)
34
http_post(__DIR__ . "/../../webroot/panel/groups.php", [
35
"form_type" => "addPIform",
36
"pi" => $gid,
37
+ "tos" => "agree",
38
]);
39
}
40
0 commit comments