diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-27 08:45:13 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-27 08:45:13 +0200 |
commit | 9b05f19338e209f05386e5b13fe0a704c94062bb (patch) | |
tree | a9f7e30323343a8e57759d609e50816af1c4c871 /tests/phpunit.xml | |
parent | 651c7b6e9df38a3b7cdf6daebed39021d88c3bea (diff) |
Restructured tests
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index d6212f458..1bde91be1 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -3,13 +3,12 @@ colors="true"> <testsuites> <testsuite name="All Tests"> + <file>Framework/Mime.php</file> + <file>Framework/Shared.php</file> + <file>Framework/Utils.php</file> + <file>Framework/VCard.php</file> <file>HtmlToText.php</file> - <file>MailDecode.php</file> <file>MailFunc.php</file> - <file>ModCss.php</file> - <file>Shared.php</file> - <file>Utils.php</file> - <file>VCards.php</file> </testsuite> </testsuites> </phpunit> |