From cb1abf2b43791c2dc065a0e6efa3578451dd4f0e Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 8 Oct 2025 14:48:01 -0400 Subject: [PATCH 1/2] Require phpunit ^11.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73ec539..26bd1fa 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^8.1", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.5", "symfony/console": "^6.4||^7" }, "require-dev": { From 581b18b45c1caa93c73713afa24d422c8ba8cf59 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 8 Oct 2025 14:48:05 -0400 Subject: [PATCH 2/2] Migrate configuration file used for testing --- tests/fixtures/phpunit.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/fixtures/phpunit.xml b/tests/fixtures/phpunit.xml index 1fcab63..7631599 100644 --- a/tests/fixtures/phpunit.xml +++ b/tests/fixtures/phpunit.xml @@ -4,16 +4,7 @@ or your current system user. See core/tests/README.md and https://www.drupal.org/node/2116263 for details. --> - - - - ./src - - - ./ - ./ - - + @@ -30,4 +21,13 @@ + + + ./src + + + ./ + ./ + +