Skip to content

Commit 99b1cb8

Browse files
authored
ACQE-4968 | Add empty options in suite manager
1 parent a077bf9 commit 99b1cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/DoctorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private function runMagentoWebDriverDoctor()
198198
unset($settings['modules']['config'][$magentoWebDriver]);
199199

200200
$dispatcher = new EventDispatcher();
201-
$suiteManager = new SuiteManager($dispatcher, self::SUITE, $settings);
201+
$suiteManager = new SuiteManager($dispatcher, self::SUITE, $settings, []);
202202
try {
203203
$suiteManager->initialize();
204204
$this->context = ['Successful'];

0 commit comments

Comments
 (0)