From e6d4d0d8b617bda6ff4b947c62b1003602fb7441 Mon Sep 17 00:00:00 2001 From: Osman Keser Date: Mon, 23 Sep 2024 13:12:53 +0300 Subject: [PATCH] Put, Patch fix --- tests/Iyzipay/Tests/IyzipayResourceTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Iyzipay/Tests/IyzipayResourceTestCase.php b/tests/Iyzipay/Tests/IyzipayResourceTestCase.php index e7b0e6ba..e8719a44 100644 --- a/tests/Iyzipay/Tests/IyzipayResourceTestCase.php +++ b/tests/Iyzipay/Tests/IyzipayResourceTestCase.php @@ -26,7 +26,7 @@ public function setUp(): void parent::setUp(); $this->httpClient = $this->getMockBuilder("HttpClient") - ->setMethods(array("get", "getV2","post", "patch", "delete", "exchange")) + ->setMethods(array("get", "getV2","post", "put", "patch", "delete", "exchange")) ->getMock(); ApiResource::setHttpClient($this->httpClient);