Skip to content

Commit db2b6d0

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-38: No shipping methods are available when new user is registered and products in cart are from guest session
1 parent 1844f4a commit db2b6d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Checkout/Test/Unit/Model/Layout/DepersonalizePluginTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ class DepersonalizePluginTest extends TestCase
4646
protected function setUp(): void
4747
{
4848
$this->layoutMock = $this->getMockForAbstractClass(LayoutInterface::class);
49-
$this->checkoutSessionMock = $this->createPartialMock(CheckoutSession::class,
50-
['clearStorage', 'setQuoteId', 'getQuoteId']);
49+
$this->checkoutSessionMock = $this->createPartialMock(
50+
CheckoutSession::class,
51+
['clearStorage', 'setQuoteId', 'getQuoteId']
52+
);
5153
$this->depersonalizeCheckerMock = $this->createMock(DepersonalizeChecker::class);
5254

5355
$this->plugin = (new ObjectManagerHelper($this))->getObject(

0 commit comments

Comments
 (0)