summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml9
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>