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 842dc16 commit 66676d5Copy full SHA for 66676d5
app/code/Magento/Quote/Test/Unit/Model/QuoteAddressValidatorTest.php
@@ -67,7 +67,6 @@ public function testValidateInvalidCustomer()
67
{
68
$customerId = 100;
69
$address = $this->createMock(\Magento\Quote\Api\Data\AddressInterface::class);
70
- $customerMock = $this->createMock(\Magento\Customer\Api\Data\CustomerInterface::class);
71
72
$address->expects($this->atLeastOnce())->method('getCustomerId')->willReturn($customerId);
73
$this->customerRepositoryMock->expects($this->once())->method('getById')->with($customerId)
0 commit comments