Skip to content
Snippets Groups Projects
Commit 279afd99 authored by Iryna Lagno's avatar Iryna Lagno
Browse files

MAGETWO-54263: [FT] OnlineRefundTest and CloseOrderTest is failed by syntax...

MAGETWO-54263: [FT] OnlineRefundTest and CloseOrderTest is failed by syntax error in Magento\Tax\Test\Handler\Curl\RemoveTaxRule.php
parent eefa0945
No related merge requests found
...@@ -39,9 +39,9 @@ class RemoveTaxRule extends Curl ...@@ -39,9 +39,9 @@ class RemoveTaxRule extends Curl
public function persist(FixtureInterface $fixture = null) public function persist(FixtureInterface $fixture = null)
{ {
$this->taxRuleGridUrl = $_ENV['app_backend_url'] . 'tax/rule/index/'; $this->taxRuleGridUrl = $_ENV['app_backend_url'] . 'tax/rule/index/';
$curl = $this->_getCurl($this->taxRuleGridUrl); $curl = $this->getCurl($this->taxRuleGridUrl);
$response = $curl->read(); $response = $curl->read();
$this->_removeTaxRules($response); $this->removeTaxRules($response);
$curl->close(); $curl->close();
return $response; return $response;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment