N°5608 - Add README files

This commit is contained in:
Molkobain
2022-10-13 21:57:41 +02:00
parent 471f66649a
commit 0998c73a1a
2 changed files with 7 additions and 0 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".

View File

@@ -0,0 +1 @@
Tests in this folder have been written before the introduction of PHPUnit in iTop, they are not run by the CI.