File tree 1 file changed +0
-6
lines changed
app/code/Magento/Quote/Test/Unit/Observer/Frontend/Quote/Address
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ protected function setUp(): void
150
150
->disableOriginalConstructor ()
151
151
->getMock ();
152
152
153
-
154
153
$ this ->groupManagementMock = $ this ->getMockForAbstractClass (
155
154
GroupManagementInterface::class,
156
155
[],
@@ -272,11 +271,6 @@ public function testDispatchWithDefaultCustomerGroupId()
272
271
->method ('getCustomerGroupId ' )
273
272
->willReturn ('customerGroupId ' );
274
273
$ this ->customerMock ->expects ($ this ->once ())->method ('getId ' )->willReturn ('1 ' );
275
- $ this ->groupManagementMock ->expects ($ this ->once ())
276
- ->method ('getDefaultGroup ' )
277
- ->willReturn ($ this ->groupInterfaceMock );
278
- $ this ->groupInterfaceMock ->expects ($ this ->once ())
279
- ->method ('getId ' )->willReturn ('defaultCustomerGroupId ' );
280
274
281
275
/** Assertions */
282
276
$ this ->quoteAddressMock ->expects ($ this ->once ())
You can’t perform that action at this time.
0 commit comments