Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 673 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 673 Bytes

Contributing

Code style

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

Tests

Global testing is done using Codecov.

PHP

PHP code is tested using the following libraries

To make sure your code works well, you can use the following command :

composer run test