File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Checkout/Test/Unit/Model/Cart Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,8 @@ protected function setUp()
9898 );
9999 $ this ->addressRepositoryMock = $ this ->createMock (AddressRepositoryInterface::class);
100100 $ this ->estimateAddressMock = $ this ->createMock (EstimateAddressInterface::class);
101- $ this ->estimateAddressFactoryMock = $ this ->createPartialMock (EstimateAddressInterfaceFactory::class,
102- ['create ' ]
103- );
101+ $ this ->estimateAddressFactoryMock =
102+ $ this ->createPartialMock (EstimateAddressInterfaceFactory::class, ['create ' ]);
104103 $ this ->shippingMethodManagerMock = $ this ->createMock (ShippingMethodManagementInterface::class);
105104 $ this ->quoteRepositoryMock = $ this ->createMock (CartRepositoryInterface::class);
106105 $ this ->quoteMock = $ this ->createMock (Quote::class);
You can’t perform that action at this time.
0 commit comments