Aleksander Machniak
2012-08-27 9b05f19338e209f05386e5b13fe0a704c94062bb
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>