Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 625 Bytes

Contributing Guidelines

  • Please check your code for typos and spelling mistakes before committing!

  • Always document your code, at least with the most important information.

  • If you introduce a significant code change, always run the tests.

Coding Standard

We use the PSR-2 coding style but without the line length limit.

Running tests

You can run the unit tests with the following commands:

$ cd path/to/Webtools/
$ composer install
$ phpunit