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.
2 parents ced1533 + 3a77cc5 commit bafc0c9Copy full SHA for bafc0c9
src/Magento/FunctionalTestingFramework/Console/BuildProjectCommand.php
@@ -49,7 +49,7 @@ protected function configure()
49
"upgrade",
50
'u',
51
InputOption::VALUE_NONE,
52
- 'upgrade existing MFTF tests according to last major release requiements'
+ 'upgrade existing MFTF tests according to last major release requirements'
53
);
54
$this->envProcessor = new EnvProcessor(TESTS_BP . DIRECTORY_SEPARATOR . '.env');
55
$env = $this->envProcessor->getEnv();
0 commit comments