We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d6e07 commit 9082403Copy full SHA for 9082403
bin/mftf
@@ -31,7 +31,7 @@ try {
31
$version = $version['version'];
32
$application = new Symfony\Component\Console\Application();
33
$application->setName('Magento Functional Testing Framework CLI');
34
- $application->setVersion($version);
+ $application->setVersion('3.0.0');
35
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
36
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
37
foreach ($commandList->getCommands() as $command) {
0 commit comments