Skip to content

Commit a029252

Browse files
author
Vladyslav Shcherbyna
committed
MAGETWO-33190: Prepare pull request
2 parents b57dcc8 + 46ec209 commit a029252

File tree

2 files changed

+2
-5
lines changed
  • dev/tests

2 files changed

+2
-5
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Fixture/CatalogProductSimple/TaxClass.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ public function __construct(FixtureFactory $fixtureFactory, array $params, $data
8989
protected function setTaxClassId($taxClassName)
9090
{
9191
$url = $_ENV['app_backend_url'] . 'tax/rule/new/';
92-
$curl = new BackendDecorator(new CurlTransport(), $this->_configuration);
92+
$config = \Magento\Mtf\ObjectManagerFactory::getObjectManager()->create('Magento\Mtf\Config');
93+
$curl = new BackendDecorator(new CurlTransport(), $config);
9394
$curl->addOption(CURLOPT_HEADER, 1);
9495
$curl->write(CurlInterface::POST, $url, '1.0', [], []);
9596
$response = $curl->read();

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/css/styles.magento.min.css

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)