From 6705a5db660cb184187762613c2bbd5e6d8eb7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 23 Jul 2022 22:09:02 +0200 Subject: [PATCH] Use PHPunit 9 for unit tests, which can generate coverage at PHP8. --- phpunit.xml.dist | 62 ++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index fada8c2e..94534e9d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,29 @@ - - - - - - - - - - - - - - - tests - - - - - - src - - - - - - - - - - + + + + src + + + + + + + + + + + + + + tests + + + + + + + +