The following error occurred to me when I wanted to run integration tests with bash m-bin-magento dev:tests:run integration: Symfony\Component\Console\Excepton\RuntimeException: The "--amqp-host" option does not exist.Error message
--amqp* should not be added to setup:install on the integration tests, if using Magento CE.
My integration/etc/install-config-mysql.php file looked like this:
The following error occurred to me when I wanted to run integration tests with
bash m-bin-magento dev:tests:run integration
: Symfony\Component\Console\Excepton\RuntimeException: The "--amqp-host" option does not exist. Error message --amqp* should not be added to setup:install on the integration tests, if using Magento CE.My integration/etc/install-config-mysql.php file looked like this:
After removing the amqp array keys, the integration tests worked:
I didn't test if this works on Magento EE, would appreciate it if someone could test it.