N°5608 - Rename "test" folder to "tests" to better match conventions

This commit is contained in:
Molkobain
2022-10-14 15:38:56 +02:00
parent 11d8547cef
commit 87cb73c038
108 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
# 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".