Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 388 Bytes

CONTRIBUTING

To contribute, you can send pull requests with :

Tests

You can run test with :

$ composer install
$ ./vendor/bin/phpunit --coverage-text

and make sure there is no regression.