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 d5849ed commit a26838bCopy full SHA for a26838b
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" => "agree"]
+ ["cancel" => "agree"] # value of cancel is arbitrary
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