PrestaShop Developer Conference
PrestaShop Developer Conference
Hybrid format! Paris, France & Online - November 19, 2025
Let's talk code, commerce and open source.

How to execute Integration Tests

There are two integration tests suites :

  • one using Behat
  • one for PHPUnit tests

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
You can execute the entire PHPUnit test suites using the composer test-all command.