Files
iTop/test/php-unit-tests/README.md
2023-01-06 22:30:07 +01:00

6 lines
199 B
Markdown

# Where should I add my test?
- Covers an iTop PHP class or method?
- Most likely in "unitary-tests".
- Covers the consistency of some data through the app?
- Most likely in "integration-tests".