diff --git a/tests/php-unit-tests/README.md b/tests/php-unit-tests/README.md index 04d26c928..e4058802c 100644 --- a/tests/php-unit-tests/README.md +++ b/tests/php-unit-tests/README.md @@ -1,4 +1,5 @@ -# Where should I add my test? +# PHP unitary tests +## Where should I add my test? - Covers an iTop PHP class or method? - Most likely in "unitary-tests". diff --git a/tests/php-unit-tests/phpunit.xml.dist b/tests/php-unit-tests/phpunit.xml.dist index b1cc926bf..8273b60c3 100644 --- a/tests/php-unit-tests/phpunit.xml.dist +++ b/tests/php-unit-tests/phpunit.xml.dist @@ -28,24 +28,15 @@ + unitary-tests/application unitary-tests/core - - - unitary-tests/datamodels/2.x/authent-local - - - integration-tests - - - unitary-tests/datamodels/2.x/itop-config - - - unitary-tests/datamodels/2.x/itop-tickets + + unitary-tests/datamodels/2.x unitary-tests/setup @@ -67,6 +58,11 @@ ../../env-production/*/test + + + + integration-tests +