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 25141b9 commit 6b1abd6Copy full SHA for 6b1abd6
app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php
@@ -432,6 +432,9 @@ public function testMapAddressCreatesCustomerAddress(): void
432
$this->assertSame($customerAddress, $result);
433
}
434
435
+ /**
436
+ * @SuppressWarnings(PHPMD.UnusedLocalVariable)
437
+ */
438
public function testMapItemSetsExtensionAttributePriceForTaxCalculation(): void
439
{
440
$priceIncludesTax = true;
0 commit comments