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 95eef9f commit 7ff3c27Copy full SHA for 7ff3c27
app/code/Magento/Customer/Test/Unit/Model/CustomerExtractorTest.php
@@ -144,16 +144,6 @@ public function testExtract()
144
$this->store->expects($this->once())
145
->method('getId')
146
->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);
157
158
->method('getWebsiteId')
159
0 commit comments