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 26603d8 commit 7d2d6dcCopy full SHA for 7d2d6dc
test/functional/PiRemoveUserTest.php
@@ -7,7 +7,7 @@
7
class PiRemoveUserTest extends TestCase {
8
private function removeUser(string $uid)
9
{
10
- post(
+ http_post(
11
__DIR__ . "/../../webroot/panel/pi.php",
12
["form_name" => "remUser", "uid" => $uid]
13
);
0 commit comments