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 4c48ad1 commit fe8bd59Copy full SHA for fe8bd59
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -349,7 +349,7 @@ protected function applyAllFailed()
349
}
350
351
if (!empty($this->allFailed)) {
352
- // Update 'failed' with content from 'failed_all'
+ // Update 'failed' with content from 'allFailed'
353
if (file_exists($this->testsFailedFile)) {
354
rename($this->testsFailedFile, $this->testsFailedFile . '.copy');
355
0 commit comments