File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
dev/tests/integration/testsuite/Magento/Framework/Config Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \Framework \Config ;
8
8
9
- use Magento \Framework \ObjectManagerInterface ;
10
-
11
9
/**
12
10
* Tests Magento\Framework\Config\Convert
13
11
*/
14
12
class ConverterTest extends \PHPUnit \Framework \TestCase
15
13
{
16
- /**
17
- * @var ObjectManagerInterface
18
- */
19
- private $ objectManager ;
20
-
21
14
/**
22
15
* @var Converter
23
16
*/
@@ -87,7 +80,6 @@ public function parseVarElementDataProvider()
87
80
*/
88
81
protected function setUp ()
89
82
{
90
- $ this ->objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
91
- $ this ->converter = $ this ->objectManager ->get (Converter::class);
83
+ $ this ->converter = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->create (\Magento \Framework \Config \Converter::class);
92
84
}
93
85
}
You can’t perform that action at this time.
0 commit comments