Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 329 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 329 Bytes

Contributing

Running tests

Install phpunit.

In the bundle directory:

bin/phpunit

Giving some love to PHP CS

composer require --dev 'friendsofphp/php-cs-fixer:^2.0'
bin/php-cs-fixer fix