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>