diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:49:06 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:49:06 +0100 |
commit | c942e4a2e9a97743850b4178ea66b3b33956e7f7 (patch) | |
tree | 8fda2746e6cd6e69fc74427c297f3113665fce00 /tests/phpunit.xml | |
parent | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (diff) | |
parent | 23b30e0afca5f9c31e05204c3a6ff3332791d3a1 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c9e229e97..5a858111b 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -12,6 +12,7 @@ <file>Framework/Csv2vcard.php</file> <file>Framework/Enriched.php</file> <file>Framework/Html.php</file> + <file>Framework/Html2text.php</file> <file>Framework/Imap.php</file> <file>Framework/ImapGeneric.php</file> <file>Framework/Image.php</file> @@ -28,7 +29,7 @@ <file>Framework/User.php</file> <file>Framework/Utils.php</file> <file>Framework/VCard.php</file> - <file>HtmlToText.php</file> + <file>Framework/Washtml.php</file> <file>MailFunc.php</file> </testsuite> <testsuite name="Managesieve Tests"> |