From 2085b5631e9ac6bd3d2ae171942a231a7bc7524e Mon Sep 17 00:00:00 2001 From: Frank van Hest Date: Thu, 25 Jan 2024 13:33:53 +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 4fa029f..a568327 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,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/ + +