Skip to content

Commit 4234cda

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent 650e2cb commit 4234cda

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Console/BaseGenerateCommandTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,7 @@ public function mockHandlers($testArray, $suiteArray)
188188
$property->setAccessible(true);
189189
$property->setValue($handler, $testArray);
190190

191-
AspectMock::double(
192-
SuiteObjectHandler::class,
193-
[
194-
'initSuiteData' => '',
195-
'parseSuccessful' => true,
196-
]
197-
)->make();
191+
AspectMock::double(SuiteObjectHandler::class, ['initSuiteData' => ''])->make();
198192
$handler = SuiteObjectHandler::getInstance();
199193
$property = new \ReflectionProperty(SuiteObjectHandler::class, 'suiteObjects');
200194
$property->setAccessible(true);

0 commit comments

Comments
 (0)