Skip to content

Commit

Permalink
Put, Patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osman-keser committed Sep 23, 2024
1 parent ba61a65 commit e6d4d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Iyzipay/Tests/IyzipayResourceTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e6d4d0d

Please sign in to comment.