From 2fb7f72e9aa9fbc32d9bf6050a793b1f220cc16a Mon Sep 17 00:00:00 2001 From: Oliver Klee <github@oliverklee.de> Date: Fri, 2 Feb 2024 10:10:15 +0100 Subject: [PATCH] [TASK] Sync the PHPUnit configuration file version with the package --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 5f3dd458..62ad5006 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"> + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"> <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory>