We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4343c8f commit 5f1159bCopy full SHA for 5f1159b
dev/tests/integration/testsuite/Magento/Quote/Model/ShippingMethodManagementTest.php
@@ -342,7 +342,8 @@ private function mockCustomerVat(): void
342
'request_success' => false,
343
'request_message' => __('Error during VAT Number verification.'),
344
]);
345
- $customerVat = $this->createPartialMock(Vat::class,
+ $customerVat = $this->createPartialMock(
346
+ Vat::class,
347
[
348
'checkVatNumber',
349
'isCountryInEU',
0 commit comments