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 15f62b4 commit 5831ac5Copy full SHA for 5831ac5
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -31,8 +31,8 @@
31
class BaseGenerateCommand extends Command
32
{
33
const MFTF_NOTICES = "Placeholder text for MFTF notices\n";
34
- const CODECEPT_RUN = 'codecept:run ';
35
- const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . 'functional ';
+ const CODECEPT_RUN = 'codecept:run';
+ const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . ' functional ';
36
37
/**
38
* Enable pause()
0 commit comments