From 1eae83ed02eb5c5c8682de45b36d3763d030ef62 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Sun, 11 Feb 2024 13:14:12 -0500 Subject: [PATCH] Migrate PHPUnit configuration --- phpunit.xml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c62bfbf..120443e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,18 +1,20 @@ - - - - ./src - - - - - - - - ./test/unit - - - + + + + + + + + + ./test/unit + + + + + + ./src + +