Skip to content

Commit 6b65074

Browse files
Manjusha.SManjusha.S
authored andcommitted
fixed unit test failure
1 parent 2486bd8 commit 6b65074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateTestFailedCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9191
* Returns a json string of tests that failed on the last run
9292
*
9393
* @return string
94+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
9495
*/
9596
public function getFailedTestList($testsFailedFile, $testsReRunFile)
9697
{

0 commit comments

Comments
 (0)