From 0998c73a1a94c08486ff6d6bca58b841461647f1 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 13 Oct 2022 21:57:41 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05608=20-=20Add=20README=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/php-unit-tests/README.md | 6 ++++++ test/php-unit-tests/legacy-tests/README.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 test/php-unit-tests/README.md create mode 100644 test/php-unit-tests/legacy-tests/README.md 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