From 7ef05a55c535f56cc1496613afdf2c8885420945 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 14 Nov 2023 03:28:24 +0100 Subject: [PATCH] Migrate PHPunit config to PHPUnit 10's requirements --- phpunit.xml | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 4115146..4822c31 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,27 +1,14 @@ - - - - tests/ - - - - - src - - + + + + tests/ + + + + + + src + +