Skip to content

Commit 6b1abd6

Browse files
committed
Fix static test failures
1 parent 25141b9 commit 6b1abd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,9 @@ public function testMapAddressCreatesCustomerAddress(): void
432432
$this->assertSame($customerAddress, $result);
433433
}
434434

435+
/**
436+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
437+
*/
435438
public function testMapItemSetsExtensionAttributePriceForTaxCalculation(): void
436439
{
437440
$priceIncludesTax = true;

0 commit comments

Comments
 (0)