From 0b242d872ad0f610747a7bb93e5955860379c6c9 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 17 Dec 2025 11:00:41 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B06644=20-=20Tests:=20Restore=20proper=20C?= =?UTF-8?q?I=20branch,=20unit=20tests=20run=20and=20fix=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- tests/ci_description.ini | 2 +- tests/php-static-analysis/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7015aa841..ca7548d2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node(){ checkout scm - infra = load '/var/lib/jenkins/workspace/itop-test-infra_6644-phpstan/src/Infra.groovy' + infra = load '/var/lib/jenkins/workspace/itop-test-infra_master/src/Infra.groovy' } diff --git a/tests/ci_description.ini b/tests/ci_description.ini index 4b59149fa..ea76b363f 100644 --- a/tests/ci_description.ini +++ b/tests/ci_description.ini @@ -11,4 +11,4 @@ itop_backup=tests/backups/backup-itop.tar.gz [phpunit] ; when empty phpunit_xml => no phpunit test performed ; phpunit xml file description. required for phpunit testing -;phpunit_xml=tests/php-unit-tests/phpunit.xml.dist +phpunit_xml=tests/php-unit-tests/phpunit.xml.dist diff --git a/tests/php-static-analysis/README.md b/tests/php-static-analysis/README.md index 8c365b124..5e415552e 100644 --- a/tests/php-static-analysis/README.md +++ b/tests/php-static-analysis/README.md @@ -49,7 +49,7 @@ _Do this if you only want to analyse one or more modules within this iTop but no - Run the following command ``` tests/php-static-analysis/vendor/bin/phpstan analyse \ - --configuration ./tests/php-static-analysis/config/for-package.dist.neon \ + --configuration ./tests/php-static-analysis/config/for-module.dist.neon \ --error-format raw \ env-production/ [env-production/ ...] ```