Skip to content

Commit 5831ac5

Browse files
committed
MQE-2110: MFTF command to pause test execution
1 parent 15f62b4 commit 5831ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
class BaseGenerateCommand extends Command
3232
{
3333
const MFTF_NOTICES = "Placeholder text for MFTF notices\n";
34-
const CODECEPT_RUN = 'codecept:run ';
35-
const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . 'functional ';
34+
const CODECEPT_RUN = 'codecept:run';
35+
const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . ' functional ';
3636

3737
/**
3838
* Enable pause()

0 commit comments

Comments
 (0)