From 13496155d7e1e9583cd1dd9571f746efa7bc2f90 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 28 Mar 2023 15:28:26 -0700 Subject: [PATCH] phpunit.xml.dist - Make file compatible with phpunit8 + phpunit9 --- phpunit.xml.dist | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 29e6c4fd79..93e7c97851 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,6 @@ - + + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> ./tests/phpunit/api @@ -26,20 +28,9 @@ ./tests/phpunit/WebTest - - - - ./CRM - ./Civi - ./api - - - - + - - -- 2.25.1