Your code must follow the standards defined in linters.
To ensure that your code match the defined standards, you can use the following command to automatically format everything for you :
composer run format
Global testing is done using Codecov.
PHP code is tested using the following libraries
To make sure your code works well, you can use the following command :
composer run test