mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
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>
|