mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 22:24:12 +01:00
7 lines
220 B
Markdown
7 lines
220 B
Markdown
# PHP unitary tests
|
|
## 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". |