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 6e66696 commit 87d1d2aCopy full SHA for 87d1d2a
app/code/Magento/Sales/Test/Unit/Model/Order/Address/RendererTest.php
@@ -188,7 +188,6 @@ private function setStoreExpectations(): void
188
// One call to setup the store from the order, and an other one to rollback to the original store value
189
$expected = [$storeMock, $originalStoreMock];
190
$matcher = $this->exactly(count($expected));
191
- $this->customerAddressConfigMock->expects(self::once())->method('getStore')->willReturn($storeMock);
192
$this->customerAddressConfigMock->expects($matcher)->method('setStore')->with(
193
$this->callback(function ($store) use ($matcher, $expected) {
194
$this->assertEquals($store, $expected[$matcher->getInvocationCount() - 1]);
0 commit comments