diff options
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c2874fd07..f3df53521 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> @@ -35,6 +40,7 @@ <file>Framework/SpellcheckPspell.php</file> <file>Framework/Spellchecker.php</file> <file>Framework/StringReplacer.php</file> + <file>Framework/Text2Html.php</file> <file>Framework/User.php</file> <file>Framework/Utils.php</file> <file>Framework/VCard.php</file> |