diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-25 18:06:17 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-25 18:06:17 +0100 |
commit | 7ac94421bf85eb04c00c5ed05390e1ea0c6bcb0b (patch) | |
tree | c90fd761303f5285e13f1a5fad963403c4e6fed3 /tests/phpunit.xml | |
parent | 0931a97c5fc7231df99fdf4cdeebb525392886ed (diff) |
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 1 |
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> |