Files
roundcubemail/tests/phpunit.xml
2012-08-24 13:36:12 +02:00

16 lines
445 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>Shared.php</file>
<file>Utils.php</file>
<file>VCards.php</file>
</testsuite>
</testsuites>
</phpunit>