summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
blob: cfd066e29e363972e4690d0d2ef1adcfe219b7f6 (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>HtmlToText.php</file>
            <file>MailDecode.php</file>
            <file>MailFunc.php</file>
            <file>ModCss.php</file>
            <file>Utils.php</file>
            <file>VCards.php</file>
        </testsuite>
    </testsuites>
</phpunit>