mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 23:54:12 +01:00
This will ensure conversion back and forth is working as expected (in other words, parameters to the php functions stays the same in both methods)
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".