From 3f039abdc903223cf72b8eda735caf05c6850991 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Thu, 26 Jun 2025 17:37:58 +0300 Subject: [PATCH] fix --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index f0d7d6d0..dcf711ce 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,7 +3,7 @@ colors="true" stopOnFailure="false" bootstrap="vendor/autoload.php" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd " cacheDirectory=".phpunit.cache">