diff --git a/test/php-unit-tests/README.md b/test/php-unit-tests/README.md new file mode 100644 index 0000000000..04d26c9280 --- /dev/null +++ b/test/php-unit-tests/README.md @@ -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". \ No newline at end of file diff --git a/test/php-unit-tests/legacy-tests/README.md b/test/php-unit-tests/legacy-tests/README.md new file mode 100644 index 0000000000..08c576281e --- /dev/null +++ b/test/php-unit-tests/legacy-tests/README.md @@ -0,0 +1 @@ +Tests in this folder have been written before the introduction of PHPUnit in iTop, they are not run by the CI. \ No newline at end of file