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 eefa094 commit 279afd9Copy full SHA for 279afd9
dev/tests/functional/tests/app/Magento/Tax/Test/Handler/Curl/RemoveTaxRule.php
@@ -39,9 +39,9 @@ class RemoveTaxRule extends Curl
39
public function persist(FixtureInterface $fixture = null)
40
{
41
$this->taxRuleGridUrl = $_ENV['app_backend_url'] . 'tax/rule/index/';
42
- $curl = $this->_getCurl($this->taxRuleGridUrl);
+ $curl = $this->getCurl($this->taxRuleGridUrl);
43
$response = $curl->read();
44
- $this->_removeTaxRules($response);
+ $this->removeTaxRules($response);
45
$curl->close();
46
return $response;
47
}
0 commit comments