N°6644 - Tests: Restore proper CI branch, unit tests run and fix a typo

This commit is contained in:
Molkobain
2025-12-17 11:00:41 +01:00
parent 739b24bd02
commit eaee52ff98
3 changed files with 3 additions and 3 deletions

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