Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 586 Bytes

dev_setup.md

File metadata and controls

12 lines (9 loc) · 586 Bytes

Development

PHP dependencies

Just run composer install and you will get phpunit and dependencies in place.

PHP Dev tools for Tests, Static analysis & automatic refactoring

PHPUnit, Rector and PHPStan are meant to be run by CI however you can also run them manually as composer scripts. Type composer run to get into the interactive console and try them out.

Contributing

Contributions are really welcome. But it saves time for both sides when at least the travis builds do not fail. We will not accept newly added fields/features without full test coverage in the PR.