Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (23 loc) · 600 Bytes

CONTRIBUTING

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

For details, see .travis.yml.

Tests

We are using phpspec/phpspec to drive the development.

Run

$ make test

to run all the specs.

Coding Standards

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

Run

$ make cs

to automatically fix coding standard violations.

Extra lazy?

Run

$ make

to run both coding standards check and tests!