Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 539 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 539 Bytes

CONTRIBUTING

We're using Travis CI as a continuous integration system.

For details, see .travis.yml.

Tests

We're using phpunit/phpunit to drive the development.

Run

$ composer test

to run all the tests.

Coding Standards

We are using friendsofphp/php-cs-fixer to enforce coding standards.

Run

$ composer cs

to automatically fix coding standard violations.