Skip to content

Commit f6ccbb5

Browse files
committed
MQE-2272: run:failed only runs last failed test when multiple tests are run with run:test
1 parent e2ac7e4 commit f6ccbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ protected function appendRunFailed()
353353
* Replace content of file 'failed' with content in file 'failed_all'
354354
*
355355
* @return void
356+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
356357
*/
357358
protected function updateRunFailedWithFailedAll()
358359
{

0 commit comments

Comments
 (0)