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 f535351 commit 95bb809Copy full SHA for 95bb809
test/phpunit-bootstrap.php
@@ -84,7 +84,7 @@ function http_post(string $phpfile, array $post_data): void
84
}
85
86
87
-function get(string $phpfile): void
+function http_get(string $phpfile): void
88
{
89
global $CONFIG, $REDIS, $LDAP, $SQL, $MAILER, $WEBHOOK, $GITHUB, $SITE, $SSO, $OPERATOR, $USER, $SEND_PIMESG_TO_ADMINS, $LOC_HEADER, $LOC_FOOTER;
90
$_SERVER["REQUEST_METHOD"] = "GET";
0 commit comments