Skip to content

Commit 279afd9

Browse files
committed
MAGETWO-54263: [FT] OnlineRefundTest and CloseOrderTest is failed by syntax error in Magento\Tax\Test\Handler\Curl\RemoveTaxRule.php
1 parent eefa094 commit 279afd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/Handler/Curl/RemoveTaxRule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class RemoveTaxRule extends Curl
3939
public function persist(FixtureInterface $fixture = null)
4040
{
4141
$this->taxRuleGridUrl = $_ENV['app_backend_url'] . 'tax/rule/index/';
42-
$curl = $this->_getCurl($this->taxRuleGridUrl);
42+
$curl = $this->getCurl($this->taxRuleGridUrl);
4343
$response = $curl->read();
44-
$this->_removeTaxRules($response);
44+
$this->removeTaxRules($response);
4545
$curl->close();
4646
return $response;
4747
}

0 commit comments

Comments
 (0)