summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-29 13:50:59 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-29 13:50:59 +0200
commitecef4cc91989005802e7432b985e3ed791097ef9 (patch)
tree102cf31f6b5d24f16b2a029906f1fceb67be035c /tests/phpunit.xml
parent3ce4f0a83939a26c74ec990ae66af6a03ea216d6 (diff)
Add some unit tests for DB classes
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml5
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>