-
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.
We use the PSR-2 coding style but without the line length limit.
You can run the unit tests with the following commands:
$ cd path/to/Webtools/
$ composer install
$ phpunit