Adds tests for sending PATCH request to other user's space

Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
This commit is contained in:
Swikriti Tripathi
2023-01-04 12:11:09 +05:45
committed by Phil Davis
parent 290a4886a1
commit 6a4ee395bf
3 changed files with 42 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ class GraphHelper {
*
* @return string
*/
private static function getFullUrl(string $baseUrl, string $path): string {
public static function getFullUrl(string $baseUrl, string $path): string {
$fullUrl = $baseUrl;
if (\substr($fullUrl, -1) !== '/') {
$fullUrl .= '/';