Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 525 Bytes

CONTRIBUTING

Coding Standards

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.

Tests

This project uses phpunit/phpunit to drive the development using tests.

Run

$ make test

to run the tests.