From 5faa381c3a65f07dad4eba7e011eca9dbd873fb4 Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Tue, 16 Aug 2022 21:51:19 +0100 Subject: [PATCH] fix: upgrade PHPUnit Schema to latest version. --- phpunit.xml | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index ea84be3..d3b7d49 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,24 +1,16 @@ - - - - ./tests - - - - - ./src - - - - - + + + + ./src + + + + + ./tests + + + + +