Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix SparkpostTransportTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-navghane committed Jul 18, 2023
1 parent 6be8c27 commit 57d2603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/Mailer/Transport/SparkpostTransportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testSendEmail(): void
$responseMock->method('getStatusCode')
->willReturn(200);

$clientMock->method('request')
$this->httpClientMock->method('request')
->willReturn($responseMock);

$response = $this->invokeInaccessibleMethod(
Expand Down

0 comments on commit 57d2603

Please sign in to comment.