Merge remote-tracking branch 'refs/remotes/origin/support/3.2' into develop

This commit is contained in:
Molkobain
2025-12-17 11:09:22 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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/<MODULE_CODE_1> [env-production/<MODULE_CODE_2> ...]
```