From 3589dab42e0461a86dc9e2aa82c8bccaed44c249 Mon Sep 17 00:00:00 2001 From: Ravi van Rooijen Date: Mon, 20 Nov 2023 10:19:37 +0100 Subject: [PATCH] Migrate phpunit configuration (#748) --- phpunit.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 347dc7b16..2f762713a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,11 +1,7 @@ - - - src/ - - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"> + tests @@ -14,4 +10,9 @@ + + + src/ + +