diff --git a/phpunit.no-coverage.xml.dist b/phpunit.no-coverage.xml.dist
index 20aceec..355c038 100644
--- a/phpunit.no-coverage.xml.dist
+++ b/phpunit.no-coverage.xml.dist
@@ -4,14 +4,22 @@
bootstrap="tests/bootstrap.php"
colors="true"
executionOrder="random"
- beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"
cacheDirectory=".phpunit.cache"
>
- tests
+ tests/Config
+ tests/DTO
+ tests/Drivers
+ tests/Enum
+ tests/Identifier
+ tests/Resolver
+ tests/IntegrationV2
+ tests/Phase4
+ tests/Phase5
+ tests/Coverage
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index d6bd190..1704d46 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -6,14 +6,22 @@
bootstrap="tests/bootstrap.php"
colors="true"
executionOrder="random"
- beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"
cacheDirectory=".phpunit.cache"
>
- tests
+ tests/Config
+ tests/DTO
+ tests/Drivers
+ tests/Enum
+ tests/Identifier
+ tests/Resolver
+ tests/IntegrationV2
+ tests/Phase4
+ tests/Phase5
+ tests/Coverage