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/ ...] ```