Skip to content

Commit ba201f1

Browse files
Shashik.K.SinghShashik.K.Singh
authored andcommitted
MQE-2669 seprated a run:failed command to generate:failed and run:failed
1 parent 4d745cc commit ba201f1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ dev/tests/docs/*
2020
dev/tests/_output
2121
dev/tests/functional.suite.yml
2222
/v2/
23-
dev/.credentials.example
23+
dev/.credentials.example
24+
dev/tests/.phpunit.result.cache
25+
dev/tests/verification/TestModule/Test/testFile.xml

src/Magento/FunctionalTestingFramework/Console/GenerateTestFailedCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ class GenerateTestFailedCommand extends BaseGenerateCommand
2828
*/
2929
private $testsReRunFile;
3030

31-
/**
32-
* @var array
33-
*/
34-
private $failedList = [];
35-
3631
/**
3732
* Configures the current command.
3833
*

0 commit comments

Comments
 (0)