From 6dfc69fe7becc7899c365640766acd5117babca0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Holger=20L=C3=B6sken?= <holger.loesken@codedge.de>
Date: Sat, 11 Jan 2025 13:49:57 +0100
Subject: [PATCH] Fix

---
 phpunit.xml.dist | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a79b63a..c52fc23 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -1,12 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <phpunit bootstrap="vendor/autoload.php"
          backupGlobals="false"
-         backupStaticAttributes="false"
          colors="true"
-         verbose="true"
-         convertErrorsToExceptions="true"
-         convertNoticesToExceptions="true"
-         convertWarningsToExceptions="true"
          processIsolation="false"
          stopOnFailure="false">
 
@@ -21,8 +16,4 @@
             <directory>./src</directory>
         </include>
     </source>
-
-    <logging>
-        <log type="coverage-clover" target="clover.xml"/>
-    </logging>
 </phpunit>