From 13d1eb75f4ece48fd103f408c546761d0e80511f Mon Sep 17 00:00:00 2001 From: odain Date: Wed, 21 Jan 2026 10:11:20 +0100 Subject: [PATCH] fix autoload phpunit --- tests/php-static-analysis/config/base.dist.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/php-static-analysis/config/base.dist.neon b/tests/php-static-analysis/config/base.dist.neon index 4e3d9ce41..6adc66041 100644 --- a/tests/php-static-analysis/config/base.dist.neon +++ b/tests/php-static-analysis/config/base.dist.neon @@ -11,7 +11,8 @@ parameters: bootstrapFiles: - ../../../approot.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: # Files necessary as they contain some declarations (constants, classes, functions, ...)