fix autoload phpunit

This commit is contained in:
odain
2026-01-21 10:11:20 +01:00
parent 9e3fe7d46f
commit 13d1eb75f4

View File

@@ -11,7 +11,8 @@ parameters:
bootstrapFiles: bootstrapFiles:
- ../../../approot.inc.php - ../../../approot.inc.php
- ../../../bootstrap.inc.php - ../../../bootstrap.inc.php
- ../../../tests/php-unit-tests/vendor/autoload.php (?) # usefull to scan tests from extensions in env-production - ../../../tests/php-unit-tests/vendor/autoload.php
# usefull to scan tests from extensions in env-production
scanFiles: scanFiles:
# Files necessary as they contain some declarations (constants, classes, functions, ...) # Files necessary as they contain some declarations (constants, classes, functions, ...)