Skip to content

Commit a7ffa41

Browse files
author
Dmytro Aponasenko
committed
MTA-1814: Analyse functional test failures - Sprint 9
1 parent 71bfd36 commit a7ffa41

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxRuleIsAppliedToAllPrices.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public function processAssert(
113113
$shipping = ['shipping_service' => 'Flat Rate', 'shipping_method' => 'Fixed'];
114114
$actualPrices = [];
115115
//Assertion steps
116-
$productName = $product->getName();
117116
$productCategory = $product->getCategoryIds()[0];
118117
$this->openCategory($productCategory);
119118
$actualPrices = $this->getCategoryPrices($product, $actualPrices);

dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxWithCrossBorderApplying.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ protected function getPricesForCustomers(CatalogProductSimple $product, $custome
9696
$prices = [];
9797
foreach ($customers as $customer) {
9898
$this->loginCustomer($customer);
99-
$productName = $product->getName();
10099
$this->openCategory($product);
101100
$actualPrices = [];
102101
$actualPrices = $this->getCategoryPrice($product, $actualPrices);

0 commit comments

Comments
 (0)