Skip to content

Commit

Permalink
[EPC-9489] Fix undefined property error
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Jan 31, 2025
1 parent 4b9c712 commit 648d2a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/Unit/Helper/PaymentResponseHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class PaymentResponseHandlerTest extends AbstractAdyenTestCase
private Collection $paymentResponseMockForFactory;
private CollectionFactory $paymentResponseCollectionFactoryMock;
private OrderStatusHistoryRepositoryInterface|MockObject $historyRepositoryMock;
private Adapter|MockObject $paymentMethodInstanceMock;
private PaymentMethods|MockObject $paymentMethodsHelperMock;

protected function setUp(): void
{
Expand Down

0 comments on commit 648d2a5

Please sign in to comment.