diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-02-09 17:37:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-02-09 17:37:16 +0100 |
commit | 6fdf1f20729c34083b958b706647f42df37e8bca (patch) | |
tree | 212b83f47a8f65fb29402f5907959b04cd687c76 /tests/phpunit.xml | |
parent | 4bcb8ac002c95e6290b9307ab41bb8539cde8fe5 (diff) |
Add more tests for framework classes
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index d7f14f23f..bd92e585a 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -7,15 +7,20 @@ <file>Framework/Bootstrap.php</file> <file>Framework/Browser.php</file> <file>Framework/Cache.php</file> + <file>Framework/CacheShared.php</file> <file>Framework/Charset.php</file> + <file>Framework/Contacts.php</file> <file>Framework/ContentFilter.php</file> <file>Framework/Csv2vcard.php</file> + <file>Framework/DB.php</file> <file>Framework/Enriched.php</file> <file>Framework/Html.php</file> <file>Framework/Html2text.php</file> <file>Framework/Imap.php</file> + <file>Framework/ImapCache.php</file> <file>Framework/ImapGeneric.php</file> <file>Framework/Image.php</file> + <file>Framework/LdapGeneric.php</file> <file>Framework/MessageHeader.php</file> <file>Framework/MessagePart.php</file> <file>Framework/Mime.php</file> |