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 1844f4a commit db2b6d0Copy full SHA for db2b6d0
app/code/Magento/Checkout/Test/Unit/Model/Layout/DepersonalizePluginTest.php
@@ -46,8 +46,10 @@ class DepersonalizePluginTest extends TestCase
46
protected function setUp(): void
47
{
48
$this->layoutMock = $this->getMockForAbstractClass(LayoutInterface::class);
49
- $this->checkoutSessionMock = $this->createPartialMock(CheckoutSession::class,
50
- ['clearStorage', 'setQuoteId', 'getQuoteId']);
+ $this->checkoutSessionMock = $this->createPartialMock(
+ CheckoutSession::class,
51
+ ['clearStorage', 'setQuoteId', 'getQuoteId']
52
+ );
53
$this->depersonalizeCheckerMock = $this->createMock(DepersonalizeChecker::class);
54
55
$this->plugin = (new ObjectManagerHelper($this))->getObject(
0 commit comments