Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 280 Bytes

CONTRIBUTING

TODO

Coding Standards

TODO

Dependency Analysis

TODO

Static Code Analysis

TODO

Tests

We are using phpunit/phpunit to drive the development.

Run

$ composer test

to run all the tests.