Skip to content

Commit 292bbcb

Browse files
AC-14808: PHPUnit 12 Upgrade | fix static failure and unit failure
1 parent de65517 commit 292bbcb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ class CartExtensionTestHelper extends CartExtension
2323
*/
2424
private $negotiableQuote;
2525

26-
/**
27-
* @var mixed
28-
*/
29-
private $shippingAssignments;
30-
3126
/**
3227
* @var mixed
3328
*/

app/code/Magento/Quote/Test/Unit/Helper/QuoteTestHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/**
1717
* Test helper for Quote model used in unit tests to avoid complex constructor
1818
* dependencies and to emulate additional methods expected by legacy tests.
19+
*
20+
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
1921
*/
2022
class QuoteTestHelper extends Quote
2123
{

0 commit comments

Comments
 (0)