We're using Travis CI as a continuous integration system.
For details, see .travis.yml
.
We're using phpunit/phpunit
to drive the development.
Run
$ composer test
to run all the tests.
We are using friendsofphp/php-cs-fixer
to enforce coding standards.
Run
$ composer cs
to automatically fix coding standard violations.