File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/Magento/Mtf/App/State
testsuites/Magento/Mtf/TestSuite Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ public function apply()
39
39
*/
40
40
public function clearInstance ()
41
41
{
42
- $ dirList = \Magento \Mtf \ObjectManagerFactory::getObjectManager ()->get ('Magento\Framework\Filesystem\DirectoryList ' );
42
+ $ dirList = \Magento \Mtf \ObjectManagerFactory::getObjectManager ()
43
+ ->get ('Magento\Framework\Filesystem\DirectoryList ' );
43
44
$ deploymentConfig = new \Magento \Framework \App \DeploymentConfig (
44
45
new \Magento \Framework \App \DeploymentConfig \Reader ($ dirList ),
45
46
[]
Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ private function initObjectManager()
100
100
MTF_BP . '/testsuites/ ' . $ _ENV ['testsuite_rule_path ' ] . '/ ' . $ configurationFileName . '.xml '
101
101
);
102
102
/** @var \Magento\Mtf\TestRunner\Configuration $testRunnerConfiguration */
103
- $ testRunnerConfiguration = $ objectManagerFactory ->getObjectManager ()->get ('\Magento\Mtf\TestRunner\Configuration ' );
103
+ $ testRunnerConfiguration = $ objectManagerFactory ->getObjectManager ()
104
+ ->get ('\Magento\Mtf\TestRunner\Configuration ' );
104
105
$ testRunnerConfiguration ->load ($ confFilePath );
105
106
$ testRunnerConfiguration ->loadEnvConfig ();
106
107
You can’t perform that action at this time.
0 commit comments