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.
roundcubemail/tests/phpunit.xml

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>