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 5bfb54b commit df3ae54Copy full SHA for df3ae54
test/functional/CancelRequestTest.php
@@ -31,7 +31,7 @@ public function testCancelPIRequest()
31
try {
32
http_post(
33
__DIR__ . "/../../webroot/panel/new_account.php",
34
- ["cancel" => "true"]
+ ["cancel" => "agree"]
35
);
36
} catch (PhpUnitNoDieException $e) {
37
// Ignore the exception from http_post
@@ -60,7 +60,7 @@ public function testCancelGroupJoinRequest()
60
61
62
63
64
65
66
0 commit comments