Update inspections,_tests_&_code_guidelines.md

This commit is contained in:
Dennis Eichhorn 2015-12-27 18:59:06 +01:00
parent d211562c74
commit 7bdf180ed7

View File

@ -1,2 +1,14 @@
# Inspections, Tests & Code Guidelines
Running inspections and tests ensures the quality of the provided code. It
also helps to ensure multiple programmers follow the same standard which
helps to work on other programmers code.
## Unit tests
### PHPUnit
## Code style
## External tools