diff options
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c2874fd07..cee3434c1 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -13,6 +13,11 @@ <file>Framework/ContentFilter.php</file> <file>Framework/Csv2vcard.php</file> <file>Framework/DB.php</file> + <file>Framework/DBMssql.php</file> + <file>Framework/DBMysql.php</file> + <file>Framework/DBPgsql.php</file> + <file>Framework/DBSqlite.php</file> + <file>Framework/DBSqlsrv.php</file> <file>Framework/Enriched.php</file> <file>Framework/Html.php</file> <file>Framework/Html2text.php</file> |