mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-17 23:18:41 +00:00
15 lines
295 B
Markdown
15 lines
295 B
Markdown
# 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
|
|
|