We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d745cc commit ba201f1Copy full SHA for ba201f1
.gitignore
@@ -20,4 +20,6 @@ dev/tests/docs/*
20
dev/tests/_output
21
dev/tests/functional.suite.yml
22
/v2/
23
-dev/.credentials.example
+dev/.credentials.example
24
+dev/tests/.phpunit.result.cache
25
+dev/tests/verification/TestModule/Test/testFile.xml
src/Magento/FunctionalTestingFramework/Console/GenerateTestFailedCommand.php
@@ -28,11 +28,6 @@ class GenerateTestFailedCommand extends BaseGenerateCommand
28
*/
29
private $testsReRunFile;
30
31
- /**
32
- * @var array
33
- */
34
- private $failedList = [];
35
-
36
/**
37
* Configures the current command.
38
*
0 commit comments