From 4945a52af21490f1530242c32b0a92bb975dd5e4 Mon Sep 17 00:00:00 2001 From: Frank van Hest Date: Fri, 26 Jan 2024 13:42:10 +0100 Subject: [PATCH] Update PHPUnit to 10.5 --- composer.json | 2 +- phpunit.xml.dist | 37 ++++++++++++++++--------------------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 88fd8a6..b663f36 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "beberlei/assert": "~v3.3", "infection/infection": "^0.27", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "roave/security-advisories": "dev-latest" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5084623..83ee3b2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,24 @@ - - - - tests - - - - - - src - - - src/ - - + cacheDirectory=".phpunit.cache" + beStrictAboutCoverageMetadata="true"> + + + tests + + + + + src + + + src/ + +