Skip to content

Commit 7d2d6dc

Browse files
committed
post -> http_post
1 parent 26603d8 commit 7d2d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/PiRemoveUserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class PiRemoveUserTest extends TestCase {
88
private function removeUser(string $uid)
99
{
10-
post(
10+
http_post(
1111
__DIR__ . "/../../webroot/panel/pi.php",
1212
["form_name" => "remUser", "uid" => $uid]
1313
);

0 commit comments

Comments
 (0)