This project has subscribed to PSR-2
and uses fabpot/php-cs-fixer to enforce coding standards.
Run
$ make cs
to ensure your changes to not break the build.
This project uses phpunit/phpunit to drive the development using tests.
Run
$ make test
to run the tests.