From cf8e4695d6fed5b12496b6a5728e10c807893a93 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Fri, 20 Mar 2026 12:56:20 +0100 Subject: [PATCH 1/2] Upgrade PHPUnit configuration to version 10 Co-Authored-By: Claude Sonnet 4.6 --- phpunit.xml.dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 797f2d1..3dd1d0b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - - - - ./src - - + ./tests/ + + + ./src + + From 2b203d39bd8495db29e9eda2d6252c33565ba53b Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Sat, 21 Mar 2026 22:28:36 +0100 Subject: [PATCH 2/2] Bump php-quality-config to ^2.2 and remove cacheDirectory Co-Authored-By: Claude Sonnet 4.6 --- composer.json | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f415fe1..efa744c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require-dev": { - "assoconnect/php-quality-config": "^2" + "assoconnect/php-quality-config": "^2.2" }, "require": { "php": "^8.3", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3dd1d0b..ec76bf9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/