diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-27 09:28:16 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-27 09:28:16 +0200 |
commit | 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4 (patch) | |
tree | 8e6997e584950115850bf698943f1828fb9b9811 /tests/phpunit.xml | |
parent | 9b05f19338e209f05386e5b13fe0a704c94062bb (diff) |
Add simple (constructor) tests for Framework classes
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 1bde91be1..28f7e7420 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -3,8 +3,27 @@ colors="true"> <testsuites> <testsuite name="All Tests"> + <file>Framework/BaseReplacer.php</file> + <file>Framework/Browser.php</file> + <file>Framework/Cache.php</file> + <file>Framework/Charset.php</file> + <file>Framework/ContentFilter.php</file> + <file>Framework/Html.php</file> + <file>Framework/Imap.php</file> + <file>Framework/ImapGeneric.php</file> + <file>Framework/Image.php</file> + <file>Framework/MessageHeader.php</file> + <file>Framework/MessagePart.php</file> <file>Framework/Mime.php</file> + <file>Framework/Rcube.php</file> + <file>Framework/ResultIndex.php</file> + <file>Framework/ResultSet.php</file> + <file>Framework/ResultThread.php</file> <file>Framework/Shared.php</file> + <file>Framework/Smtp.php</file> + <file>Framework/Spellchecker.php</file> + <file>Framework/StringReplacer.php</file> + <file>Framework/User.php</file> <file>Framework/Utils.php</file> <file>Framework/VCard.php</file> <file>HtmlToText.php</file> |