-
Notifications
You must be signed in to change notification settings - Fork 131
PHP Fatal error: MftfApplicationConfig not found in GenerateSuiteCommand #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
5 tasks
I was able to reproduce this issue:
Actual behavior:
Root cause:
Notes: |
Workarounds:
|
Fixed in the MFTF 2.5.1 tagged release that we cut earlier today. Thank you for your report @magicsunday! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MFTF fails with fatal error due missing "use" statement
PHP Fatal error: Uncaught Error: Class 'Magento\FunctionalTestingFramework\Console\MftfApplicationConfig' not found in /var/www/html/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/GenerateSuiteCommand.php:52
Preconditions
Steps to reproduce
Expected result
Actual result
PHP Fatal error: Uncaught Error: Class 'Magento\FunctionalTestingFramework\Console\MftfApplicationConfig' not found in /var/www/html/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/GenerateSuiteCommand.php:52
Stack trace:
#0 /var/www/html/vendor/symfony/console/Command/Command.php(255): Magento\FunctionalTestingFramework\Console\GenerateSuiteCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#1 /var/www/html/vendor/symfony/console/Application.php(893): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#2 /var/www/html/vendor/symfony/console/Application.php(262): Symfony\Component\Console\Application->doRunCommand(Object(Magento\FunctionalTestingFramework\Console\GenerateSuiteCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#3 /var/www in /var/www/html/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/GenerateSuiteCommand.php on line 52
The text was updated successfully, but these errors were encountered: