diff --git a/inspections,_tests_&_code_guidelines.md b/inspections,_tests_&_code_guidelines.md index 5c3d4f6..ae15030 100644 --- a/inspections,_tests_&_code_guidelines.md +++ b/inspections,_tests_&_code_guidelines.md @@ -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 +