docker-compose exec php /var/www/html/vendor/bin/phpunit -c /var/www/html/dev/tests/integration/phpunit.local.xml --testsuite NomeTest
docker-compose exec mysql_integration mysql -u root -pmagento -e "drop database integration_tests; create database integration_tests;"
sudo rm -rf magento/dev/tests/integration/tmp/*