Files
roundcubemail/tests/phpunit.xml
2012-08-16 19:44:28 +02:00

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>