Skip to content

Commit 7ff3c27

Browse files
#23764: Deprecated code removed.
1 parent 95eef9f commit 7ff3c27

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/code/Magento/Customer/Test/Unit/Model/CustomerExtractorTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,6 @@ public function testExtract()
144144
$this->store->expects($this->once())
145145
->method('getId')
146146
->willReturn(1);
147-
// $this->customerGroupManagement->expects($this->once())
148-
// ->method('getDefaultGroup')
149-
// ->with(1)
150-
// ->willReturn($this->customerGroup);
151-
// $this->customerGroup->expects($this->once())
152-
// ->method('getId')
153-
// ->willReturn(1);
154-
// $this->customerData->expects($this->once())
155-
// ->method('setGroupId')
156-
// ->with(1);
157147
$this->store->expects($this->once())
158148
->method('getWebsiteId')
159149
->willReturn(1);

0 commit comments

Comments
 (0)