diff --git a/phpunit.live.xml b/phpunit.live.xml
index 38a245b1..3a6edd66 100644
--- a/phpunit.live.xml
+++ b/phpunit.live.xml
@@ -1,29 +1,27 @@
-
+
-
-
-
-
-
- tests/
-
-
-
-
- src/
-
- Type
- Enumeration
-
-
-
- tests
- vendor
- src/Type
- src/Enumeration
-
-
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
+ bootstrap="tests/bootstrap.php"
+ cacheDirectory=".phpunit.cache">
+
+
+
+
+
+ tests/
+
+
+
diff --git a/phpunit.record.xml b/phpunit.record.xml
index 80f07f1a..0441f804 100644
--- a/phpunit.record.xml
+++ b/phpunit.record.xml
@@ -1,29 +1,27 @@
-
+
-
-
-
-
-
- tests/
-
-
-
-
- src/
-
- Type
- Enumeration
-
-
-
- tests
- vendor
- src/Type
- src/Enumeration
-
-
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
+ bootstrap="tests/bootstrap.php"
+ cacheDirectory=".phpunit.cache">
+
+
+
+
+
+ tests/
+
+
+
diff --git a/phpunit.xml b/phpunit.xml
index aabfe42f..83800e4f 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,19 +1,27 @@
-
+
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
+ bootstrap="tests/bootstrap.php"
+ cacheDirectory=".phpunit.cache">
-
+
tests/
-
-
+
-
+
+
+ src/API/Type/
+ src/API/Message/
+ src/API/Enumeration/
+ src/Generator/
+ src/API/Exception/
+
+