mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-07 16:46:47 +01:00
14 lines
374 B
XML
14 lines
374 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>VCards.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|