Skip to content

Commit

Permalink
Attempt to fix codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gwharton committed May 6, 2018
1 parent c0b9e8f commit 05b1512
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,11 @@

namespace Magento\Framework\Config;

use Magento\Framework\ObjectManagerInterface;

/**
* Tests Magento\Framework\Config\Convert
*/
class ConverterTest extends \PHPUnit\Framework\TestCase
{
/**
* @var ObjectManagerInterface
*/
private $objectManager;

/**
* @var Converter
*/
Expand Down Expand Up @@ -87,7 +80,6 @@ public function parseVarElementDataProvider()
*/
protected function setUp()
{
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
$this->converter = $this->objectManager->get(Converter::class);
$this->converter = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Framework\Config\Converter::class);
}
}

0 comments on commit 05b1512

Please sign in to comment.