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()
98
98
);
99
99
$ this ->addressRepositoryMock = $ this ->createMock (AddressRepositoryInterface::class);
100
100
$ 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 ' ]);
104
103
$ this ->shippingMethodManagerMock = $ this ->createMock (ShippingMethodManagementInterface::class);
105
104
$ this ->quoteRepositoryMock = $ this ->createMock (CartRepositoryInterface::class);
106
105
$ this ->quoteMock = $ this ->createMock (Quote::class);
You can’t perform that action at this time.
0 commit comments