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 05b1512 commit 2701a4fCopy full SHA for 2701a4f
dev/tests/integration/testsuite/Magento/Framework/Config/ConverterTest.php
@@ -80,6 +80,7 @@ public function parseVarElementDataProvider()
80
*/
81
protected function setUp()
82
{
83
- $this->converter = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Framework\Config\Converter::class);
+ $this->converter = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
84
+ ->create(\Magento\Framework\Config\Converter::class);
85
}
86
0 commit comments