Skip to content

Commit

Permalink
Create MFTF Release Candidate 3
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk committed Jun 1, 2020
1 parent 05d6e07 commit 9082403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mftf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try {
$version = $version['version'];
$application = new Symfony\Component\Console\Application();
$application->setName('Magento Functional Testing Framework CLI');
$application->setVersion($version);
$application->setVersion('3.0.0');
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
foreach ($commandList->getCommands() as $command) {
Expand Down

0 comments on commit 9082403

Please sign in to comment.