Skip to content

Commit 34e7a5a

Browse files
committed
AC-6057: Fixed minor Unit Test issue
1 parent 8271fc0 commit 34e7a5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Quote/Test/Unit/Model/QuoteManagementTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ class QuoteManagementTest extends TestCase
197197
*/
198198
private $quoteIdMaskFactoryMock;
199199

200+
/**
201+
* @var LockManagerInterface|MockObject
202+
*/
203+
private $lockManagerMock;
204+
200205
/**
201206
* @inheriDoc
202207
*

0 commit comments

Comments
 (0)