Skip to content

Commit 599004b

Browse files
authored
MQE-1387: Resolve conflict for allure-codeception and allure-phpunit adaptors
1 parent 4468f6a commit 599004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mftf

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ try {
2929
try {
3030
$application = new Symfony\Component\Console\Application();
3131
$application->setName('Magento Functional Testing Framework CLI');
32-
$application->setVersion('2.3.11');
32+
$application->setVersion('2.3.12');
3333
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
3434
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
3535
foreach ($commandList->getCommands() as $command) {

0 commit comments

Comments
 (0)