summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-25 18:06:17 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-25 18:06:17 +0100
commit7ac94421bf85eb04c00c5ed05390e1ea0c6bcb0b (patch)
treec90fd761303f5285e13f1a5fad963403c4e6fed3 /tests/phpunit.xml
parent0931a97c5fc7231df99fdf4cdeebb525392886ed (diff)
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index c9e229e97..627b4120d 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -28,6 +28,7 @@
<file>Framework/User.php</file>
<file>Framework/Utils.php</file>
<file>Framework/VCard.php</file>
+ <file>Framework/Washtml.php</file>
<file>HtmlToText.php</file>
<file>MailFunc.php</file>
</testsuite>