Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
There are two integration tests suites :
Each suite needs a specific PHPUnit configuration. This is why each test suite has a specific Composer command:
composer integration-tests
composer integration-behaviour-tests
composer test-all
command.