Skip to content

Commit 95bb809

Browse files
committed
get -> http_get
1 parent f535351 commit 95bb809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phpunit-bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function http_post(string $phpfile, array $post_data): void
8484
}
8585
}
8686

87-
function get(string $phpfile): void
87+
function http_get(string $phpfile): void
8888
{
8989
global $CONFIG, $REDIS, $LDAP, $SQL, $MAILER, $WEBHOOK, $GITHUB, $SITE, $SSO, $OPERATOR, $USER, $SEND_PIMESG_TO_ADMINS, $LOC_HEADER, $LOC_FOOTER;
9090
$_SERVER["REQUEST_METHOD"] = "GET";

0 commit comments

Comments
 (0)