Note: To prevent sending a massive amount of requests to the API, the tests are using Mockoon to mock the API responses. To run the tests, you need to start Mockoon first. If you are not familiar with Mockoon, please read the Mockoon section first.
vendor/bin/phpspec run
vendor/bin/phpunit
vendor/bin/behat --strict
vendor/bin/psalm
vendor/bin/phpstan analyse
vendor/bin/ecs check
Prev: Development