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 e56232d commit 4c48ad1Copy full SHA for 4c48ad1
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -37,7 +37,6 @@ class BaseGenerateCommand extends Command
37
const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . ' functional ';
38
const CODECEPT_RUN_OPTION_NO_EXIT = ' --no-exit ';
39
const FAILED_FILE = 'failed';
40
- const FAILED_ALL_FILE = 'failed_all';
41
42
/**
43
* Enable pause()
0 commit comments