You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
XML
15 lines
409 B
XML
<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>
|