summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
blob: 1bde91be1b41c8ea98e7c50a4928200b9120c4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<phpunit backupGlobals="false"
    bootstrap="bootstrap.php"
    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>MailFunc.php</file>
        </testsuite>
    </testsuites>
</phpunit>