Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 446 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 446 Bytes

CONTRIBUTING

We use GitHub Actions as a continuous integration system.

For details, take a look at the following workflow configuration files:

Tests

We use phpunit/phpunit to drive the development.

Run

vendor/bin/phpunit --configuration=tests/phpunit.xml

to run all the tests.