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 d30965b commit b6f41a2Copy full SHA for b6f41a2
dev/tests/api-functional/testsuite/Magento/GraphQl/Weee/ProductPriceWithFPTTest.php
@@ -67,17 +67,6 @@ protected function setUp(): void
67
*/
68
protected function tearDown(): void
69
{
70
- $taxRules = $this->getFixtureTaxRules();
71
- if (count($taxRules)) {
72
- $taxRates = $this->getFixtureTaxRates();
73
- foreach ($taxRules as $taxRule) {
74
- $taxRule->delete();
75
- }
76
- foreach ($taxRates as $taxRate) {
77
- $taxRate->delete();
78
79
80
-
81
$this->writeConfig($this->initialConfig);
82
}
83
0 commit comments