diff --git a/phpunit.xml.pdo_mysql b/phpunit.xml.pdo_mysql
index 1038dee9..5ad12700 100644
--- a/phpunit.xml.pdo_mysql
+++ b/phpunit.xml.pdo_mysql
@@ -17,6 +17,15 @@
./src/
+
+ ./src/PersistenceStrategy/PostgresAggregateStreamStrategy.php
+ ./src/PersistenceStrategy/PostgresSimpleStreamStrategy.php
+ ./src/PersistenceStrategy/PostgresSingleStreamStrategy.php
+ ./src/Projection/PostgresEventStoreProjection.php
+ ./src/Projection/PostgresEventStoreQuery.php
+ ./src/Projection/PostgresEventStoreReadModelProjection.php
+ ./src/PostgresEventStore.php
+
diff --git a/phpunit.xml.pdo_pgsql b/phpunit.xml.pdo_pgsql
index 562b5ad9..15c687bb 100644
--- a/phpunit.xml.pdo_pgsql
+++ b/phpunit.xml.pdo_pgsql
@@ -17,6 +17,15 @@
./src/
+
+ ./src/PersistenceStrategy/MySQLAggregateStreamStrategy.php
+ ./src/PersistenceStrategy/MySQLSimpleStreamStrategy.php
+ ./src/PersistenceStrategy/MySQLSingleStreamStrategy.php
+ ./src/Projection/MySQLEventStoreProjection.php
+ ./src/Projection/MySQLEventStoreQuery.php
+ ./src/Projection/MySQLEventStoreReadModelProjection.php
+ ./src/MySQLEventStore.php
+