From 9aad981895142c3423e2e19f063336c1b3255128 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 6 Mar 2023 17:25:03 -0800 Subject: [PATCH] Update phpunit schema location and remove unneeded environment variable --- phpunit.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c3d611f4b3..4ee53b57b3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,7 +9,7 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" + xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" > @@ -30,7 +30,6 @@ -