From 648d2a540b04ad48f043b2ecd3f4f95a7210b059 Mon Sep 17 00:00:00 2001 From: Can Demiralp Date: Fri, 31 Jan 2025 10:58:30 +0100 Subject: [PATCH] [EPC-9489] Fix undefined property error --- Test/Unit/Helper/PaymentResponseHandlerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test/Unit/Helper/PaymentResponseHandlerTest.php b/Test/Unit/Helper/PaymentResponseHandlerTest.php index 0ea4e3f29..ed002b6e2 100644 --- a/Test/Unit/Helper/PaymentResponseHandlerTest.php +++ b/Test/Unit/Helper/PaymentResponseHandlerTest.php @@ -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 {