Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Last active December 6, 2017 09:57
Show Gist options
  • Select an option

  • Save bluvertigo/28fffbe0dfefb78c0ca28bb5d87bba5d to your computer and use it in GitHub Desktop.

Select an option

Save bluvertigo/28fffbe0dfefb78c0ca28bb5d87bba5d to your computer and use it in GitHub Desktop.

Come lanciare un test in locale:

docker-compose exec php /var/www/html/vendor/bin/phpunit -c /var/www/html/dev/tests/integration/phpunit.local.xml --testsuite NomeTest

Cancellare il db dell'integration_tests:

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/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment